-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.08 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
{
"name": "purity-dashboard-react",
"version": "2.0.2",
"private": true,
"homepage": "https://demos.creative-tim.com/purity-ui-dashboard/#/",
"dependencies": {
"@chakra-ui/icons": "^1.1.5",
"@chakra-ui/react": "1.8.8",
"@chakra-ui/system": "^1.12.1",
"@chakra-ui/theme-tools": "^1.3.6",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@fontsource/open-sans": "^4.5.0",
"@fontsource/raleway": "^4.5.0",
"@fontsource/roboto": "^4.5.8",
"apexcharts": "^3.27.3",
"classnames": "2.3.1",
"framer-motion": "^4.1.17",
"match-sorter": "6.3.0",
"moment": "2.29.1",
"node-sass": "7.0.1",
"nouislider": "15.0.0",
"react": "^16.14.0",
"react-apexcharts": "^1.3.9",
"react-big-calendar": "0.33.2",
"react-bootstrap-sweetalert": "5.2.0",
"react-datetime": "3.1.1",
"react-dom": "16.14.0",
"react-github-btn": "^1.2.1",
"react-icons": "^4.2.0",
"react-jvectormap": "0.0.16",
"react-router-dom": "5.2.1",
"react-scripts": "5.0.0",
"react-swipeable-views": "0.14.0",
"react-table": "7.7.0",
"react-tagsinput": "3.19.0",
"stylis": "^4.0.13",
"stylis-plugin-rtl": "^2.1.1"
},
"resolutions": {
"react-error-overlay": "6.0.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp licenses",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
},
"optionalDependencies": {
"@babel/core": "7.14.0",
"typescript": "4.2.4"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"prettier": "2.2.1"
},
"browserslist": {
"production": [
"cover 99.8%",
"not dead",
"not OperaMini all"
],
"development": [
"cover 99.8%",
"not dead",
"not OperaMini all"
]
}
}