This repository has been archived by the owner on Oct 22, 2022. It is now read-only.
generated from CanDIG/cancogen_dashboard
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.33 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
{
"name": "candig-server-beta-dashboard",
"version": "0.1.0",
"private": true,
"homepage": "https://github.com/v2/dashboard",
"dependencies": {
"@highcharts/map-collection": "^1.1.3",
"ag-grid-community": "^23.2.1",
"ag-grid-react": "^23.2.1",
"bootstrap": "4.5.0",
"highcharts": "^9.0.0",
"highcharts-react-official": "^3.0.0",
"history": "4.10.1",
"http-server": "^0.12.3",
"@candig/igv": "2.10.5-c.1",
"match-sorter": "^4.2.0",
"node-sass": "4.14.1",
"perfect-scrollbar": "1.5.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-loader-spinner": "^3.1.14",
"react-multi-select-component": "^4.1.14",
"react-notification-alert": "0.0.12",
"react-promise-tracker": "^2.1.0",
"react-redux": "^7.2.4",
"react-router-dom": "5.2.0",
"react-scripts": "^3.4.3",
"react-table": "^7.3.2",
"reactstrap": "8.4.1",
"styled-components": "^5.1.1",
"swagger-ui-react": "^3.28.0",
"use-state-with-callback": "^2.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp licenses",
"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 src/assets/scss/paper-dashboard.scss src/assets/css/paper-dashboard.css",
"minify-sass": "node-sass src/assets/scss/paper-dashboard.scss src/assets/css/paper-dashboard.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/paper-dashboard.scss src/assets/css/paper-dashboard.css --source-map true"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"optionalDependencies": {
"@types/googlemaps": "3.39.6",
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.9.35",
"ajv": "6.12.3",
"jquery": "3.5.1",
"typescript": "3.9.5"
},
"devDependencies": {
"depcheck": "^1.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.8",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8"
}
}