-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
93 lines (93 loc) · 2.85 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@modularcode/material-admin-react",
"version": "0.1.0",
"description": "Modular Material Admin + React: Free MaterialUI, ReactJS, TypeScript theme",
"repository": {
"type": "git",
"url": "https://github.com/modularcode/modular-material-admin-react.git"
},
"author": "Gevorg Harutyunnyan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/modularcode/modular-material-admin-react/issues"
},
"homepage": "http://modular-material-admin-react.modularcode.io",
"dependencies": {
"@material-ui/core": "^4.5.2",
"@material-ui/icons": "^4.5.1",
"@rematch/core": "^1.2.0",
"@rematch/immer": "^1.2.0",
"@types/axios": "^0.14.0",
"@types/chart.js": "^2.8.10",
"@types/jest": "^24.0.21",
"@types/lodash": "^4.14.144",
"@types/moment": "^2.13.0",
"@types/node": "^12.12.3",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.1",
"@types/store": "^2.0.2",
"@types/uuid": "^3.4.6",
"axios": "^0.19.0",
"axios-mock-adapter": "^1.17.0",
"chart.js": "^2.9.1",
"cross-env": "^6.0.3",
"disqus-react": "^1.0.7",
"eslint-config-react": "^1.1.7",
"gh-pages": "^2.1.1",
"graphql": "^14.5.8",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"opencollective": "^1.0.3",
"react": "^16.11.0",
"react-chartist": "^0.13.3",
"react-dom": "^16.11.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.2.0",
"recharts": "^1.8.5",
"redux": "^4.0.4",
"rematch": "^0.1.3",
"reselect": "^4.0.0",
"store": "^2.0.12",
"typeface-roboto": "0.0.75",
"typescript": "^3.6.4",
"uuid": "^3.3.3"
},
"scripts": {
"start": "cross-env TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "opencollective postinstall",
"deploy": "npm run build && echo modular-material-admin-react.modularcode.io > ./build/CNAME && gh-pages -d build --repo [email protected]:modularcode/modular-material-admin-react.git --branch gh-pages"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"prettier": "^1.18.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/modular-admin",
"logo": "https://opencollective.com/opencollective/logo.txt"
}
}