-
Notifications
You must be signed in to change notification settings - Fork 0
/
backup-package.txt
80 lines (80 loc) · 2.75 KB
/
backup-package.txt
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
{
"name": "dsc-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@alan-ai/alan-sdk-web": "^1.8.10",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@tinymce/tinymce-react": "^3.8.4",
"axios": "^0.21.0",
"bootstrap": "4.5.3",
"chart.js": "2.9.4",
"cheerio": "^1.0.0-rc.5",
"classnames": "2.2.6",
"formik": "^2.2.6",
"html-to-react": "^1.4.5",
"match-sorter": "6.0.2",
"moment": "2.29.1",
"node-sass": "4.14.1",
"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.9.7",
"react-big-calendar": "0.30.0",
"react-bootstrap-sweetalert": "5.2.0",
"react-bootstrap-wizard": "0.0.9",
"react-chartjs-2": "2.11.1",
"react-content-loader": "^5.1.4",
"react-datetime": "3.0.4",
"react-dom": "17.0.1",
"react-infinite-scroll-hook": "^3.0.0",
"react-jvectormap": "0.0.16",
"react-notification-alert": "0.0.13",
"react-redux": "^7.2.2",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.1",
"react-select": "3.1.1",
"react-table": "7.6.2",
"reactstrap": "8.7.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"request": "^2.88.2",
"sweetalert2": "^10.12.5",
"universal-cookie": "^4.0.4",
"web-vitals": "^0.2.4",
"yup": "^0.32.8"
},
"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-sass": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js src/assets/scss/black-dashboard-pro-react.scss src/assets/css/black-dashboard-pro-react.css",
"minify-sass": "node-sass --importer node_modules/node-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": "node-sass --importer node_modules/node-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"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8"
},
"optionalDependencies": {
"eslint-plugin-flowtype": "5.2.0",
"typescript": "4.1.2"
},
"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"
]
}
}