-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.66 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
{
"name": "certificate-viewer-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-free": "5.15.2",
"@mui/material": "^5.2.5",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"chartist": "0.10.1",
"draft-js": "^0.11.7",
"grapesjs": "^0.17.29",
"grapesjs-preset-webpage": "^0.1.11",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"html-to-image": "^1.9.0",
"html2canvas": "^1.4.0",
"immutable": "^4.0.0",
"jspdf": "^2.5.0",
"loadable": "^1.0.0",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.3",
"react-chartist": "0.14.3",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-draggable": "^4.4.4",
"react-icons": "^4.3.1",
"react-notification-alert": "0.0.13",
"react-redux": "^7.2.6",
"react-rnd": "^10.3.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-s3": "^1.3.1",
"react-scripts": "4.0.3",
"react-spinners": "^0.13.7",
"react-toastify": "^8.1.0",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"validator": "^13.7.0",
"web-vitals": "^1.0.1",
"xlsx": "^0.17.4"
},
"optionalDependencies": {
"jquery": "3.5.1",
"reactstrap": "8.9.0",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts 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:scss": "node-sass src/Assets/scss/light-bootstrap-dashboard-react.scss src/Assets/css/light-bootstrap-dashboard-react.css",
"minify:scss": "node-sass src/Assets/scss/light-bootstrap-dashboard-react.scss src/Assets/css/light-bootstrap-dashboard-react.min.css --output-style compressed",
"map:scss": "node-sass src/Assets/scss/light-bootstrap-dashboard-react.scss src/Assets/css/light-bootstrap-dashboard-react.css --source-map true",
"build:scss": "npm run compile:scss && npm run minify:scss && npm run map:scss"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"sass": "^1.52.1"
}
}