-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.13 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
{
"name": "sec-filing-analyzer-for-saas-companies",
"version": "1.1.0",
"homepage": "/",
"private": true,
"dependencies": {
"axios": "^0.26.1",
"bootstrap": "4.5.3",
"chart.js": "2.9.4",
"classnames": "2.2.6",
"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-big-calendar": "0.30.0",
"react-bootstrap-sweetalert": "5.2.0",
"react-bootstrap-wizard": "0.0.9",
"react-chartjs-2": "2.11.1",
"react-datetime": "3.0.4",
"react-dom": "17.0.1",
"react-jvectormap": "0.0.16",
"react-loading-overlay": "^1.0.1",
"react-notification-alert": "0.0.13",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.1",
"react-select": "^3.1.1",
"react-table": "7.6.2",
"react-to-print": "^2.14.4",
"reactstrap": "8.7.1"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8"
},
"optionalDependencies": {
"eslint-plugin-flowtype": "5.2.0",
"typescript": "4.1.2"
},
"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"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}