-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
111 lines (111 loc) · 3.44 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "remuner8",
"version": "0.1.0",
"private": true,
"description": "Payroll Application",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MorganJay/Remuner8.git"
},
"keywords": [
"react",
"reactjs",
"argon",
"argon-react",
"dashboard",
"dashboard-react",
"argon-dashboard",
"argon-dashboard-react"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@sentry/browser": "^6.3.1",
"@sentry/react": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"@sweetalert/with-react": "^0.1.1",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"chart.js": "2.9.4",
"classnames": "2.2.6",
"dateformat": "^4.5.1",
"formik": "^2.2.6",
"joi-browser": "^13.4.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.10",
"merge": "^1.2.1",
"moment": "2.29.1",
"node-sass": "^4.14.1",
"node-sass-package-importer": "5.3.2",
"nouislider": "14.6.3",
"oidc-client": "^1.9.0",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-bootstrap": "^1.5.0",
"react-chartjs-2": "2.11.1",
"react-copy-to-clipboard": "5.0.3",
"react-datetime": "3.0.4",
"react-dom": "17.0.1",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-table": "^7.6.3",
"react-to-print": "^2.12.3",
"reactstrap": "^8.9.0",
"simplebar": "^5.3.0",
"simplebar-react": "^2.3.0",
"styled-components": "^5.2.1",
"sweetalert": "^2.1.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/simplebar": "^5.1.1",
"ajv": "^6.9.1",
"babel-plugin-styled-components": "^1.12.0",
"cross-env": "^5.2.0",
"eslint": "^7.21.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"nan": "^2.14.1",
"rimraf": "^2.7.1",
"typescript": "^3.7.5"
},
"eslintConfig": {
"extends": "react-app"
},
"scripts": {
"start": "rimraf ./build && react-scripts start",
"build": "react-scripts build",
"test": "cross-env CI=true react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint ./src/",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js src/assets/scss/argon-dashboard-react.scss src/assets/css/argon-dashboard-react.css",
"minify:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js src/assets/scss/argon-dashboard-react.scss src/assets/css/argon-dashboard-react.min.css --output-style compressed",
"map:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js src/assets/scss/argon-dashboard-react.scss src/assets/css/argon-dashboard-react.css --source-map true",
"build:scss": "npm run compile:scss && npm run minify:scss && npm run map:scss"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"optionalDependencies": {
"eslint-plugin-flowtype": "5.2.0",
"jquery": "3.5.1",
"typescript": "4.1.3"
}
}