forked from CodeTanzania/emis-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "emis-dashboard",
"version": "0.1.0",
"dependencies": {
"antd": "^3.9.2",
"classnames": "^2.2.6",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"redux": "^4.0.0",
"redux-observable": "^1.0.0",
"rxjs": "^6.3.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint --ext .jsx,.js src/",
"lint:fix": "eslint --fix --ext .jsx,.js src/"
},
"devDependencies": {
"babel-plugin-import": "^1.8.0",
"eslint": "^5.5.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.22.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.14.2",
"react-app-rewire-css-modules-extensionless": "^1.2.0",
"react-app-rewired": "^1.6.2",
"redux-devtools-extension": "^2.13.5"
}
}