-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "",
"version": "",
"description": "",
"author": "",
"license": "UNLICENSED",
"engines": {
"node": ">=6.13.0"
},
"scripts": {
"react-dev": "webpack -d --watch",
"start": "node ./server/basic-server.js",
"test": "jest --detectOpenHandles --watch"
},
"dependencies": {
"axios": "^0.18.0",
"babel": "^6.23.0",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"mongodb": "^3.1.0-beta4",
"mongoose": "^5.1.3",
"path": "^0.12.7",
"prettier": "^1.13.4",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-router-dom": "^4.3.1",
"react-tooltip": "^3.6.1",
"sinon": "^5.1.0",
"styled-components": "^3.3.2"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"babel-plugin-styled-components": "^1.5.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint-config-airbnb-standard": "^1.6.6",
"eslint-config-prettier": "^2.9.0",
"jest": "^23.1.0",
"webpack": "^4.10.2",
"webpack-cli": "^2.1.4"
}
}