forked from Twasi/twasi-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "twasi-appstore",
"version": "0.0.1",
"private": true,
"dependencies": {
"@material-ui/core": "^1.4.0",
"@material-ui/lab": "^1.0.0-alpha.6",
"amcharts3-react": "github:amcharts/amcharts3-react",
"graphiql": "^0.11.11",
"graphql": "^0.13.2",
"jwt-decode": "^2.2.0",
"local-storage": "^1.4.2",
"lodash": "^4.17.5",
"material-ui": "^0.20.1",
"prop-types": "^15.6.2",
"query-string": "^5.1.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-grid-system": "^3.2.3",
"react-intl": "^2.4.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0"
},
"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 --ext .js ./src --max-warnings=0"
},
"devDependencies": {
"babel-plugin-import": "^1.8.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-lodash-fp": "^2.1.3",
"eslint-plugin-react": "^7.10.0",
"react-app-rewire-less": "^2.1.2",
"react-app-rewired": "^1.5.0"
}
}