-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.69 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "grr-web-app",
"version": "0.1.0",
"dependencies": {
"@blueprintjs/core": "^1.33.0",
"aframe-aabb-collider-component": "^2.2.1",
"aframe-look-at-component": "^0.6.0",
"async": "0.2.x",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"colors": "*",
"cors": "^2.8.4",
"express": "^4.16.2",
"express-force-ssl": "^0.3.2",
"mongoose": "^5.0.9",
"multer": "^1.3.0",
"node-env-file": "^0.1.8",
"react": "^16.1.1",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.1.1",
"request": "^2.83.0",
"socket.io": "^2.0.4",
"underscore": "1.5.x"
},
"proxy": "http://localhost:8080",
"scripts": {
"start": "./node_modules/.bin/nodemon ./grr-server/server.js",
"devstart": "./node_modules/.bin/webpack -w & ./node_modules/.bin/nodemon ./grr-server/server.js",
"build": "./node_modules/.bin/webpack -w",
"install": "cd grr-ui && npm install && cd ..",
"test": "mocha --compilers babel-core/register ./test/*test.js"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chai": "^4.1.2",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.7",
"enzyme": "^3.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"image-webpack-loader": "^3.4.2",
"install": "^0.10.4",
"mocha": "^4.0.1",
"node-sass": "^4.7.2",
"nodemon": "^1.14.12",
"npm": "^5.8.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.8.1"
}
}