-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "reptar-dashboard",
"version": "0.0.0",
"description": "Dashboard for reptar.",
"scripts": {
"build": "nwb build-react-app",
"clean": "nwb clean-app",
"start": "nwb serve-react-app",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"lint": "eslint ."
},
"dependencies": {
"history": "^4.6.1",
"mobx": "^3.1.7",
"mobx-react": "^4.1.5",
"mobx-react-router": "^4.0.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router-dom": "^4.1.1",
"styled-components": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^7.2.2",
"babel-plugin-styled-components": "^1.1.4",
"babel-plugin-transform-react-stateless-component-name": "^1.1.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-prettier": "^2.1.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-prettier": "^2.0.1",
"eslint-plugin-react": "^7.0.1",
"nwb": "0.16.x",
"prettier": "^1.1.0"
},
"author": "",
"license": "MIT",
"repository": ""
}