-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
77 lines (77 loc) · 2.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
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
{
"name": "carolina-react-admin-dashboard-free",
"version": "1.0.0",
"title": "Carolina React Admin Dashboard with Material-UI Free",
"homepage": "https://demo.uifort.com/carolina-react-admin-dashboard-free",
"description": "This free React admin template is powered by Material-UI components framework and features a clean and fresh design following Google's Material Design specifications.",
"author": {
"name": "UiFort.com",
"url": "https://uifort.com"
},
"repository": {
"type": "git",
"url": "https://github.com/uifort/carolina-react-admin-dashboard-free"
},
"dependencies": {
"redux": "4.0.5",
"react-dom": "16.12.0",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-redux": "7.2.0",
"clsx": "1.1.0",
"react-scripts": "3.4.0",
"@material-ui/core": "4.9.2",
"@material-ui/lab": "4.0.0-alpha.43",
"@material-ui/icons": "4.5.1",
"framer-motion": "1.8.4",
"react-apexcharts": "1.3.6",
"apexcharts": "3.15.6",
"react-leaflet": "2.6.1",
"leaflet": "1.6.0",
"google-map-react": "1.1.6",
"@fortawesome/free-regular-svg-icons": "5.12.1",
"@fortawesome/free-solid-svg-icons": "5.12.1",
"@fortawesome/free-brands-svg-icons": "5.12.1",
"@fortawesome/react-fontawesome": "0.1.8",
"@fortawesome/fontawesome-svg-core": "1.2.27",
"react-ionicons": "3.1.4",
"react-flag-kit": "0.3.1",
"pe7-icon": "1.0.4",
"react-perfect-scrollbar": "1.5.8",
"hamburgers": "1.1.3",
"react": "16.12.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "./node_modules/.bin/eslint --fix --ignore-path .gitignore ."
},
"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": "6.8.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-unused-imports": "0.1.2",
"prettier": "1.19.1",
"prettier-eslint": "9.0.1",
"prettier-eslint-cli": "5.0.0",
"node-sass": "4.13.1",
"sass-vars-to-js-loader": "2.1.1"
}
}