-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.81 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.81 KB
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
{
"name": "pegasus-web",
"version": "3.1.0",
"private": true,
"homepage": "/",
"dependencies": {
"@apollo/client": "3.3.7",
"@babel/polyfill": "7.12.1",
"@babel/runtime-corejs3": "7.28.0",
"@devexpress/dx-react-core": "4.0.5",
"@devexpress/dx-react-grid": "4.0.5",
"@devexpress/dx-react-grid-bootstrap4": "4.0.5",
"@fontsource/libre-franklin": "4.5.0",
"@fortawesome/fontawesome-free": "6.0.0",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "6.0.0",
"@fortawesome/free-regular-svg-icons": "6.0.0",
"@fortawesome/free-solid-svg-icons": "6.0.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@popperjs/core": "2.11.8",
"ag-grid-community": "34.0.1",
"ag-grid-react": "34.0.1",
"autoprefixer": "10.4.5",
"axios": "1.10.0",
"bootstrap": "5.2.3",
"bootstrap-5-css-only": "5.1.3",
"buffer": "6.0.3",
"colormap": "2.3.2",
"core-js": "3.32.0",
"graphql": "15.4.0",
"history": "5.0.0",
"html-react-parser": "1.4.0",
"isomorphic-unfetch": "3.1.0",
"kpmp-common-components": "1.2.19",
"kpmp-common-styles": "1.0.13",
"npm-run-all": "4.1.5",
"papaparse": "5.3.0",
"plotly.js": "2.25.2",
"query-string": "8.1.0",
"react": "17.0.2",
"react-csv": "2.0.3",
"react-dom": "17.0.2",
"react-ga4": "1.4.0",
"react-plotly.js": "2.6.0",
"react-redux": "7.2.2",
"react-router-dom": "5.2.0",
"react-select": "4.0.0",
"reactstrap": "9.2.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"string-strip-html": "8.5.0",
"typescript": "4.9.5"
},
"overrides": {
"autoprefixer": "10.4.5"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"jest-canvas-mock": "2.5.2",
"react-scripts": "5.0.1",
"sass": "1.64.0"
},
"scripts": {
"start": "npm-run-all --max-old-space-size=8192 -p watch-css start-js",
"build": "GENERATE_SOURCEMAP=false && npm-run-all --max-old-space-size=10240 build-css build-js",
"test": "react-scripts test --transformIgnorePatterns '!node_modules/(?!@devexpress|@fontsource|decode-uri-component|query-string)'",
"eject": "react-scripts eject",
"start-js": "react-scripts start",
"build-js": "react-scripts --max-old-space-size=10240 build",
"build-css": "sass -I ./src -I ./node_modules src/:src/",
"watch-css": "npm run build-css && sass -I ./src -I ./node_modules src/:src/ --watch"
},
"eslintConfig": {
"extends": "react-app",
"parser": "@babel/eslint-parser"
},
"proxy": "http://localhost:3030",
"baseURL": "/",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}