-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.6 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
{
"name": "finanzen",
"version": "1.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"axios": "^0.21.1",
"bootstrap": "4.5.3",
"chart.js": "2.9.4",
"classnames": "2.2.6",
"date-fns": "^2.22.1",
"detect-gpu": "3.1.19",
"device": "0.3.12",
"dotenv": "^10.0.0",
"jwt-decode": "3.1.2",
"match-sorter": "6.0.2",
"moment": "2.29.1",
"moment-recur": "1.0.7",
"node-sass-package-importer": "5.3.2",
"nouislider": "14.6.3",
"perfect-scrollbar": "1.4.0",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-avatar": "^3.10.0",
"react-big-calendar": "0.35.0",
"react-bootstrap-sweetalert": "5.2.0",
"react-bootstrap-wizard": "0.0.9",
"react-chartjs-2": "2.11.1",
"react-color": "2.19.3",
"react-date-picker": "^8.2.0",
"react-datetime": "3.0.4",
"react-dom": "17.0.1",
"react-google-recaptcha": "2.1.0",
"react-google-recaptcha-v3": "1.9.5",
"react-helmet": "6.1.0",
"react-jvectormap": "0.0.16",
"react-notification-alert": "0.0.13",
"react-number-format": "^4.6.1",
"react-recaptcha-v3": "2.0.1",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.1",
"react-select": "3.1.1",
"react-table": "^7.7.0",
"reactstrap": "8.7.1",
"sass": "1.77.1"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8"
},
"optionalDependencies": {
"eslint-plugin-flowtype": "5.2.0"
},
"scripts": {
"start": "react-scripts start",
"prod:cloud": "netlify deploy --prod --open --dir build",
"build": "react-scripts build && gulp licenses",
"build:cloud": "react-scripts build && gulp licenses && netlify deploy --prod --open --dir build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile-sass": "sass --importer node_modules/sass-package-importer/dist/cli.js src/assets/scss/black-dashboard-pro-react.scss src/assets/css/black-dashboard-pro-react.css",
"minify-sass": "sass --importer node_modules/sass-package-importer/dist/cli.js src/assets/scss/black-dashboard-pro-react.scss src/assets/css/black-dashboard-pro-react.min.css --output-style compressed",
"map-sass": "sass --importer node_modules/sass-package-importer/dist/cli.js src/assets/scss/black-dashboard-pro-react.scss src/assets/css/black-dashboard-pro-react.css --source-map true"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}