-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.16 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
{
"name": "ericirwin.io",
"version": "1.0.0",
"description": "https://ericirwin.io",
"scripts": {
"build": "cross-env-shell NODE_ENV=production webpack --config webpack.production.js --progress --profile --colors",
"build:dev": "cross-env-shell NODE_ENV=development webpack",
"dev": "yarn run build:dev && yarn run serve:dev",
"serve:build": "cross-env-shell NODE_ENV=production npm run build && node server.js",
"serve:dev": "cross-env-shell NODE_ENV=development node server.js",
"serve": "cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=production node server.js",
"lint": "eslint *.js src"
},
"prettier": {
"printWidth": 79,
"singleQuote": true,
"trailingComma": "all"
},
"repository": {
"type": "git",
"url": "https://github.com/ReactJSResources/react-webpack-babel"
},
"author": "ReactJSResources",
"license": "MIT",
"homepage": "https://github.com/ReactJSResources/react-webpack-babel#readme",
"dependencies": {
"@babel/runtime": "^7.2.0",
"add": "^2.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.1.3",
"classnames": "^2.2.6",
"html-webpack-plugin": "^3.2.0",
"material-ui": "^0.20.2",
"material-ui-icons": "^1.0.0-beta.36",
"normalize.css": "^7.0.0",
"react": "16.8.4",
"react-dom": "16.8.4",
"react-ga": "^2.5.6",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.3.12",
"react-scroll": "^1.7.10",
"react-vertical-timeline-component": "^2.3.1",
"react-router-dom": "6.4.3",
"react-vis": "^1.11.5",
"sparkpost": "^2.1.2",
"validator": "^10.9.0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-plugin-flow-react-proptypes": "^24.1.2",
"babel-plugin-webpack-alias": "2.1.2",
"babel-plugin-webpack-loaders": "^0.9.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"eslint": "^5.9.0",
"eslint-config-with-prettier": "^5.0.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.5.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-hooks": "^1.5.1",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"flow-bin": "^0.87.0",
"flow-typed": "^2.5.1",
"koa-connect": "^2.0.1",
"koa-router": "^7.4.0",
"koa-send": "^5.0.0",
"loglevel": "^1.6.0",
"mini-css-extract-plugin": "^0.5.0",
"react-router-dom": "6.4.3",
"react-router-redux": "^4.0.8",
"react-test-renderer": "^16.2.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.5"
}
}