forked from the-valar/STUDy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
46
47
48
{
"name": "greenfield",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack -d && node server/controllers/index.js",
"react-dev": "webpack -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-valar/greenfield.git"
},
"keywords": [],
"author": "The Valar",
"license": "ISC",
"bugs": {
"url": "https://github.com/the-valar/greenfield/issues"
},
"homepage": "https://github.com/the-valar/greenfield#readme",
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"mysql": "^2.15.0",
"nodemon": "^1.18.2",
"react": "^16.4.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.1",
"react-grid-layout": "^0.16.6",
"react-s-alert": "^1.4.1",
"react-scroll-up": "^1.3.3",
"react-stack-grid": "^0.7.1",
"react-star-ratings": "^2.3.0",
"style-loader": "^0.21.0",
"universal-parallax": "^1.1.4",
"webpack": "^2.7.0"
},
"devDependencies": {
"css-loader": "^1.0.0"
}
}