-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
79 lines (79 loc) · 2.34 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
{
"name": "bamburgh-react-admin-dashboard-reactstrap-free",
"version": "1.0.0",
"title": "Bamburgh React Admin Dashboard with Reactstrap Free",
"homepage": "https://demo.uifort.com/bamburgh-react-admin-dashboard-reactstrap-free-demo",
"description": "This admin template is the perfect lite solution for building React powered applications or presentation websites.",
"author": {
"name": "UiFort.com",
"url": "https://uifort.com"
},
"license": "",
"repository": {
"type": "git",
"url": "https://github.com/uifort/bamburgh-react-admin-dashboard-reactstrap-free"
},
"dependencies": {
"history": "^4.10.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-config": "^5.1.1",
"react-redux": "^7.1.3",
"classnames": "2.2.6",
"reactstrap": "8.2.0",
"framer-motion": "1.7.0",
"bootstrap": "4.4.1",
"react-apexcharts": "1.3.3",
"apexcharts": "3.8.6",
"react-leaflet": "2.4.0",
"leaflet": "1.6.0",
"google-map-react": "1.1.5",
"react-metismenu": "1.4.0",
"@fortawesome/free-regular-svg-icons": "5.11.2",
"@fortawesome/free-solid-svg-icons": "5.11.2",
"@fortawesome/free-brands-svg-icons": "5.11.2",
"@fortawesome/react-fontawesome": "0.1.8",
"@fortawesome/fontawesome-svg-core": "1.2.25",
"react-ionicons": "3.1.4",
"react-flag-kit": "0.3.1",
"pe7-icon": "1.0.4",
"socicon": "3.0.5",
"react-perfect-scrollbar": "1.5.3",
"hamburgers": "1.1.3",
"react-scripts": "3.3.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.17.0",
"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.0"
}
}