-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.38 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
{
"name": "Private-I",
"version": "1.0.0",
"description": "Web Analysis Application",
"main": "server.js",
"repository": "https://github.com/Duckasaurus/private-i.git",
"author": "Team Duckasauracs",
"license": "MIT",
"scripts": {
"start": "nodemon server.js",
"webpack": "./node_modules/.bin/webpack -w",
"test": "./node_modules/.bin/mocha"
},
"dependencies": {
"axios": "^0.16.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"can-use-dom": "^0.1.0",
"express": "^4.15.3",
"immutable": "^3.8.1",
"jquery": "^3.2.1",
"jquery.fullscreen": "^0.6.0",
"jump.js": "^1.0.2",
"mocha": "^3.5.0",
"mongoose": "^4.11.4",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"raf": "^3.3.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-google-maps": "^7.2.0",
"react-router-dom": "^4.1.2",
"react-tap-event-plugin": "^2.0.1",
"sinon": "^3.2.0",
"socket.io": "^2.0.3",
"supertest": "^3.0.0"
},
"devDependencies": {
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"material-ui": "^0.18.7",
"node-sass": "^4.5.3",
"react-scroll": "^1.5.4",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"svg-loader": "0.0.2",
"webpack": "^3.4.1"
}
}