-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "prototype",
"version": "0.1.0",
"private": true,
"dependencies": {
"aframe": "^1.0.4",
"aframe-animation-component": "^5.1.2",
"aframe-particle-system-component": "^1.1.3",
"aframe-react": "^4.4.0",
"aframe-textarea-component": "^0.2.0",
"babel-polyfill": "^6.26.0",
"hotkeys-js": "^3.7.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.4.1",
"reactstrap": "^7.1.0",
"redux": "^4.0.1",
"router": "^1.3.3",
"typescript": "^3.8.3",
"yarn": "^1.10.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"webpack-build": "webpack --mode production",
"webpack-dev-server": "webpack-dev-server --mode development --open --hot"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
}
}