-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.18 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
{
"name": "cs-website-builder",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.0.0",
"@types/node": "^11.10.5",
"@types/react": "^16.8.7",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"fs-extra": "^7.0.1",
"ignore-styles": "^5.0.1",
"moment": "^2.24.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-scripts": "^2.1.8",
"typescript": "^3.3.3333",
"url-loader": "^1.1.2"
},
"scripts": {
"clean": "cross-env NODE_ENV=development node src/clean-bootstrap.js",
"build": "cross-env NODE_ENV=development node src/bootstrap.js"
},
"eslintConfig": {
"extends": "react-app"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}