-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 909 Bytes
/
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
{
"name": "",
"version": "",
"description": "",
"author": "",
"license": "",
"engines": {
"node": ">=6.13.0"
},
"scripts": {
"build": "webpack -w -d",
"start": "nodemon server/index.js",
"seed": "node db/seed.js"
},
"dependencies": {
"axios": "0.19.2",
"body-parser": "1.19.0",
"cors": "2.8.5",
"express": "^4.16.3",
"jquery": "^3.5.1",
"morgan": "1.10.0",
"mysql": "2.18.1",
"react": "^15.5.4",
"react-clamp-lines": "^3.0.2",
"react-dom": "^15.5.4",
"react-star-ratings": "^2.3.0"
},
"devDependencies": {
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"nodemon": "^1.11.0",
"webpack": "^2.4.1"
}
}