-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "facharbeit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "https://github.com/timstruthoff/facharbeit.git",
"author": "Tim Struthoff <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node app/server/index.js",
"build": "webpack --config ./tools/webpack/webpack.prod.config.js",
"dev-start": "nodemon tools/dev-server"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.17",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"nodemon": "^1.14.11",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-dev-server": "^2.11.0",
"webpack-hot-middleware": "^2.21.0",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"dat-gui": "^0.5.0",
"domready": "^1.0.8",
"events": "^2.0.0",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"raf": "^3.4.0",
"randomcolor": "^0.5.3",
"rxjs": "^5.5.6",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"stats.js": "^0.17.0",
"three": "^0.89.0",
"three-orbitcontrols": "^2.0.0",
"uid": "^0.0.2"
}
}