-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.64 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.64 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
{
"version": "1.0.0",
"name": "systemcenternotifications",
"private": true,
"devDependencies": {
"@types/react": "17.0.14",
"@types/react-dom": "16.8.3",
"@types/react-redux": "7.1.18",
"@types/react-router-dom": "5.3.3",
"css-loader": "5.2.6",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"node-polyfill-webpack-plugin": "1.1.3",
"path": "0.12.7",
"style-loader": "3.0.0",
"terser-webpack-plugin": "5.1.3",
"ts-loader": "9.2.3",
"typescript": "5.5.3",
"webpack": "5.39.1",
"webpack-cli": "4.7.2"
},
"dependencies": {
"@gpa-gemstone/application-typings": "0.0.84",
"@gpa-gemstone/common-pages": "0.0.137",
"@gpa-gemstone/gpa-symbols": "0.0.49",
"@gpa-gemstone/helper-functions": "0.0.40",
"@gpa-gemstone/react-forms": "1.1.88",
"@gpa-gemstone/react-graph": "1.0.72",
"@gpa-gemstone/react-interactive": "1.0.149",
"@gpa-gemstone/react-table": "1.2.71",
"@reduxjs/toolkit": "1.8.3",
"bootstrap": "5.0.0",
"moment": "2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.2",
"react-router-dom": "6.2.1",
"lodash": "^4.17.21",
"pretty-data": "0.40.0"
},
"scripts": {
"build": "set NODE_OPTIONS=--openssl-legacy-provider && npm prune && npm ci && webpack --mode=development",
"watch": "webpack --watch --color --mode=development",
"update": "npx npm-check-updates",
"builddebug": "set NODE_OPTIONS=--openssl-legacy-provider && npm prune && npm ci && webpack --mode=none",
"buildrelease": "set NODE_OPTIONS=--openssl-legacy-provider && npm prune && npm ci && webpack --mode=production",
"lint": "npm ci"
}
}