-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 5.32 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "incore",
"version": "1.13.1",
"description": "The Interdependent Networked Community Resilience Modeling Environment (IN-CORE) has the capability of computing resiliency measures at the user-desired community level. The methodologies and algorithms have been developed by different research groups within the Center of Excellence.",
"engines": {
"npm": ">=3.10",
"node": ">=6.9.5"
},
"license": "MPL-2.0",
"scripts": {
"preinstall": "node tools/nodeVersionCheck.js",
"start-message": "babel-node tools/startMessage.js",
"prestart": "npm-run-all --parallel start-message",
"start": "npm-run-all --parallel open:src lint:watch",
"start:dev": "export INCORE_REMOTE_HOSTNAME=https://incore-dev.ncsa.illinois.edu && npm start",
"start:tst": "export INCORE_REMOTE_HOSTNAME=https://incore-tst.ncsa.illinois.edu && npm start",
"open:src": "babel-node tools/srcServer.js",
"open:dist": "babel-node tools/distServer.js",
"lint": "esw webpack.config.* src --color --ext .jsx,.js,.tsx,.ts || exit 0",
"lint:watch": "npm run lint --watch",
"clean-dist": "npm run remove-dist && mkdir dist",
"remove-dist": "rimraf ./dist",
"prebuild": "npm run clean-dist && npm run lint",
"build": "babel-node tools/build.js",
"test": "karma start karma.conf.js || exit 0",
"test:headless": "karma start --browsers ChromeHeadless karma.conf.js || exit 0",
"test:watch": "npm run test --watch || exit 0"
},
"author": "NCSA",
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"highcharts": "^9.1.0",
"jstat": "1.5.3",
"jwt-decode": "^3.1.2",
"keycloak-js": "^23.0.6",
"mathjs": "^9.3.2",
"ol": "^5.3.3",
"react": "~16.8.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "~16.8.6",
"react-ga": "^3.3.1",
"react-gravatar": "^2.6.3",
"react-loading-overlay": "^1.0.1",
"react-redux": "~7.1.0",
"react-router": "~3.2.0",
"react-router-redux": "~4.0.8",
"redux": "~4.0.1",
"redux-thunk": "~2.3.0",
"universal-cookie": "^4.0.2",
"vis": "4.21.0",
"whatwg-fetch": "2.0.2"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/node": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-do-expressions": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-bind": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-pipeline-operator": "^7.14.5",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.14.5",
"@types/react": "~17.0.52",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "~18.0",
"@types/react-gravatar": "^2.6.10",
"@types/react-loading-overlay": "^1.0.1",
"@types/react-redux": "^7.1.24",
"@types/react-router": "^5.1.19",
"@types/react-router-redux": "^5.0.21",
"@types/whatwg-fetch": "0.0.33",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.30.5",
"autoprefixer": "10.4.8",
"babel-eslint": "~10.1",
"babel-loader": "~8.2",
"babel-plugin-root-import": "^6.4.1",
"babel-plugin-transform-react-remove-prop-types": "0.3.1",
"babel-polyfill": "^6.26.0",
"browser-sync": "^3.0.2",
"chalk": "1.1.3",
"connect-history-api-fallback": "1.3.0",
"css-loader": "^5.2.4",
"eslint": "~8.19",
"eslint-config-airbnb": "~19.0",
"eslint-config-prettier": "~8.5",
"eslint-config-react-app": "~7.0",
"eslint-plugin-import": "~2.26",
"eslint-plugin-jsx-a11y": "~6.6",
"eslint-plugin-prettier": "~4.2",
"eslint-plugin-react": "~7.30",
"eslint-plugin-react-hooks": "~4.6",
"eslint-watch": "^8.0.0",
"eslint-webpack-plugin": "~3.2",
"html-webpack-plugin": "^5.5.0",
"jasmine": "2.5.3",
"json-loader": "0.5.4",
"mini-css-extract-plugin": "^1.6.0",
"npm-run-all": "4.0.1",
"postcss-loader": "^7.0.1",
"prettier": "^2.7.1",
"redux-immutable-state-invariant": "1.2.4",
"rimraf": "2.5.4",
"sass": "^1.70.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"typescript": "^5.3.3",
"wallaby-webpack": "^3.9.15",
"webpack": "^5.76.0",
"webpack-dev-middleware": "^5.3.3",
"webpack-hot-middleware": "^2.25.1"
},
"keywords": [
"in-core",
"incore",
"resilience",
"earthquake",
"hazard",
"multi-hazard"
],
"repository": {
"type": "git"
}
}