forked from elinsoftware/sn-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.05 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.05 KB
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
{
"name": "react-boilerplate",
"version": "1.0.0",
"description": "react boilerplate",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/webpack-dev-server --config=./webpack/webpack.dev.config.js",
"build": "rm -rf ./dist; mkdir ./dist; node node_modules/webpack/bin/webpack.js --progress --config webpack/webpack.prod.config.js --bail",
"postbuild": "node webpack/servicenow.postbuild.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@blueprintjs/core": "^3.22.3",
"axios": "^0.19.0",
"dotenv-webpack": "^1.7.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"styled-components": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-classes": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.6.2",
"@hot-loader/react-dom": "^16.11.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"body-parser": "1.18.3",
"chalk": "^3.0.0",
"clear": "^0.1.0",
"core-js": "3.1.3",
"css-loader": "1.0.1",
"directory-tree": "^2.2.4",
"eslint": "5.16.0",
"eslint-import-resolver-webpack": "0.11.0",
"eslint-loader": "2.1.1",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-react": "7.11.1",
"events": "1.0.2",
"express": "4.16.3",
"file-loader": "2.0.0",
"html-webpack-plugin": "3.2.0",
"optimist": "^0.6.1",
"react-hot-loader": "4.12.16",
"react-test-renderer": "^16.8.6",
"serve-static": "1.13.2",
"style-loader": "0.19.1",
"svg-sprite-loader": "3.9.2",
"svg-url-loader": "^2.3.2",
"url-loader": "1.1.2",
"webpack": "4.33.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.1.11"
}
}