-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 875 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
{
"name": "airbenderReviews",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server-dev": "nodemon server/index.js",
"react-dev": "webpack -d --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"express": "^4.16.4",
"jest": "^23.6.0",
"mysql": "^2.16.0",
"mysql2": "^1.6.4",
"nodemon": "^1.18.9",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"sequelize": "^4.42.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
}
}