-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.41 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
{
"name": "ile-erasmus",
"version": "1.0.0",
"description": "The ILE Erasmus app is targeted at students who are studying female bodies.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"transpile": "babel src -d dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ErasmusTeam3A/ILE-Erasmus.git"
},
"author": "Mio Spruit, Lars van Boven, Hayen Phan, Jaron Hoste and Casper Wychel",
"license": "ISC",
"bugs": {
"url": "https://github.com/ErasmusTeam3A/ILE-Erasmus/issues"
},
"homepage": "https://erasmusteam3a.github.io/ILE-Erasmus/",
"dependencies": {
"@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",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.5.0",
"react": "^16.13.1",
"react-3d-viewer": "^1.0.12",
"react-bootstrap": "^1.0.1",
"react-collapsible": "^2.8.0",
"react-dom": "^16.13.1",
"react-modal": "^3.11.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"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/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.10.1",
"@babel/plugin-transform-react-inline-elements": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.10.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"css-loader": "^3.5.3",
"gh-pages": "^3.0.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^3.0.5",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}