-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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": "",
"version": "",
"description": "",
"author": "",
"license": "",
"engines": {
"node": ">=6.13.0"
},
"scripts": {
"start": "nodemon server/index.js",
"build": "webpack -d --watch",
"seed": "node server/database/seed.js",
"test": "jest --watch"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"jest": "^26.4.0",
"jest-webpack": "^0.5.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@babel/preset-react": "^7.10.4",
"axios": "^0.19.2",
"babel-core": "^6.26.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.1",
"express": "^4.17.1",
"faker": "^4.1.0",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.4",
"path": "^0.12.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-simple-show-more": "^1.0.2",
"react-star-rating-component": "^1.4.1"
}
}