-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 982 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 982 Bytes
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
{
"name": "spioniowebsite",
"version": "1.0.0",
"description": "SpionIO Documentation",
"main": "server.js",
"scripts": {
"webpack": "./node_modules/.bin/webpack -w",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TeamMJM/TeamMJM.github.io/issues"
},
"homepage": "https://github.com/TeamMJM/TeamMJM.github.io#readme",
"dependencies": {
"express": "^4.15.4",
"jquery": "^3.2.1",
"material-ui": "^0.19.0",
"path": "^0.12.7",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"node-sass": "^4.5.3",
"react-scroll": "^1.5.4",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.5.5"
}
}