-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.78 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
{
"name": "ile",
"version": "0.1.0",
"private": true,
"homepage": "https://erasmusteam3a.github.io/ILE-Erasmus-Deploy.github.io/",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.0-beta.6",
"bootstrap": "^4.5.0",
"react-bootstrap": "^1.0.1",
"react-collapsible": "^2.8.0",
"react-modal": "^3.11.2",
"react-router-dom": "^5.1.2",
"react-three-fiber": "^4.0.27",
"regenerator-runtime": "^0.13.5",
"style-loader": "^1.2.1",
"three": "^0.115.0",
"three-obj-loader": "^1.1.3",
"three-react-obj-loader": "^1.0.4",
"three-stl-loader": "^1.0.6"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.10.2",
"css-loader": "^3.5.3",
"gh-pages": "^3.0.0",
"node-sass": "^4.14.0",
"sass-loader": "^8.0.2",
"url-loader": "^4.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}