-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 loc) · 5.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "react-isomorfic-sample",
"version": "0.0.1",
"description": "sample for react isomorfic app",
"main": "index.js",
"scripts": {
"test": "run-p -c lint test:ts",
"test:ts": "cross-env BABEL_ENV=test jest",
"lint": "run-p -c lint:ts-*",
"lint:ts": "tslint --project tsconfig.json --config tslint.prod.json 'src/**/*.ts{,x}' --exclude '**/*.{spec,story,d}.ts{,x}'",
"lint:ts-test": "tslint --project tsconfig.json --config tslint.test.json 'src/**/*.{spec,story}.ts{,x}' --exclude '**/*.d.ts'",
"fix": "yarn lint:ts --fix && yarn lint:ts-test --fix",
"precommit": "yarn test",
"commit": "git-cz",
"start": "cross-env NODE_ENV=development babel-node scripts/dev.ts --extensions '.ts,.tsx,.js,.jsx'",
"build": "cross-env NODE_ENV=production babel-node scripts/build.ts --extensions '.js,.jsx,.ts,.tsx'",
"build:analyze": "cross-env NODE_ENV=production ANALYZE=true babel-node scripts/build.ts --extensions '.js,.jsx,.ts,.tsx'",
"type:check": "tsc",
"start:prod": " NODE_ENV=production yarn babel-node dist/server --extensions '.ts,.js'",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"keywords": [
"react",
"isomorfic"
],
"author": "Alex (Werman)",
"license": "ISC",
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"@babel/node/**/core-js": "^2.6.5"
},
"sideEffects": [
"*.css"
],
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime-corejs2": "^7.4.3",
"@emotion/babel-preset-css-prop": "^10.0.9",
"@storybook/addon-actions": "^5.0.10",
"@storybook/addon-knobs": "^5.0.10",
"@storybook/addon-links": "^5.0.9",
"@storybook/addons": "^5.0.9",
"@storybook/react": "^5.0.9",
"@types/config": "^0.0.34",
"@types/cors": "^2.8.4",
"@types/express": "^4.16.1",
"@types/faker": "^4.1.5",
"@types/helmet": "^0.0.43",
"@types/jest": "^24.0.11",
"@types/jss": "^9.5.8",
"@types/lodash": "^4.14.123",
"@types/node-fetch": "^2.3.3",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"@types/react-jss": "^8.6.3",
"@types/react-router-dom": "^4.3.2",
"@types/rimraf": "^2.0.2",
"@types/storybook__addon-actions": "^3.4.2",
"@types/storybook__addon-knobs": "^4.0.5",
"@types/storybook__react": "^4.0.1",
"@types/webpack": "^4.4.27",
"@types/webpack-bundle-analyzer": "^2.13.1",
"@types/webpack-dev-middleware": "^2.0.2",
"@types/webpack-hot-middleware": "^2.16.5",
"@types/webpack-manifest-plugin": "^2.0.0",
"@types/webpack-node-externals": "^1.6.3",
"awesome-typescript-loader": "^5.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.0.5",
"babel-plugin-closure-elimination": "^1.3.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-transform-imports": "^1.5.1",
"babel-plugin-webpack-alias": "^2.1.2",
"commitizen": "^3.0.7",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"enzyme-to-json": "^3.3.5",
"file-loader": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^1.0.2",
"jest": "^24.7.1",
"jest-emotion": "^10.0.10",
"jest-environment-enzyme": "^7.0.2",
"jest-enzyme": "^7.0.2",
"nodemon": "^1.18.11",
"npm-run-all": "^4.1.5",
"prettier": "^1.17.0",
"react-test-renderer": "^16.8.6",
"rimraf": "^2.6.3",
"terser-webpack-plugin": "^1.2.3",
"ts-jest": "^24.0.2",
"tslint": "^5.15.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"typescript": "^3.4.3",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-middleware": "^3.6.2",
"webpack-hot-middleware": "^2.24.3",
"webpack-node-externals": "^1.7.2",
"write-file-webpack-plugin": "^4.5.0"
},
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@types/enzyme": "^3.9.1",
"apollo-boost": "^0.3.1",
"apollo-cache-inmemory": "^1.5.1",
"apollo-server": "^2.5.0",
"apollo-server-express": "^2.5.0",
"babel-plugin-emotion": "^10.0.9",
"body-parser": "^1.18.3",
"chalk": "^2.4.2",
"config": "^3.1.0",
"core-js": "^2.6.5",
"cors": "^2.8.5",
"date-fns": "^1.30.1",
"express": "^4.16.4",
"express-manifest-helpers": "^0.6.0",
"faker": "^4.1.0",
"graphql": "^14.3.0",
"helmet": "^3.16.0",
"history": "^4.9.0",
"jss": "^9.8.7",
"lodash": "^4.17.11",
"mobx": "^5.9.4",
"mobx-react": "^5.4.3",
"mobx-react-router": "^4.0.7",
"node-fetch": "^2.5.0",
"react": "^16.8.6",
"react-apollo": "^2.5.5",
"react-dom": "npm:@hot-loader/react-dom",
"react-hot-loader": "^4.8.4",
"react-jss": "^8.6.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"webpack-manifest-plugin": "^2.0.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}