-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
191 lines (191 loc) · 5.42 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"name": "slycat",
"version": "1.0.0",
"scripts": {
"dev": "node --trace-warnings --trace-deprecation --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js serve --config webpack.dev.js",
"prod.dev": "node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js serve --config webpack.prod.dev.js",
"prod": "node ./run_prod_write_versions.js",
"prod-no-version": "webpack --config webpack.prod.js",
"stats-prod": "webpack --config webpack.prod.js --json=compilation-stats-prod.json",
"stats-dev": "webpack --config webpack.dev.js --json=compilation-stats-dev.json",
"test": "./node_modules/.bin/jest",
"docs": "cd docs; make html",
"clean": "rm -rf node_modules/",
"update-tests": "./node_modules/.bin/jest -u",
"test-coverage": "./node_modules/.bin/jest --coverage"
},
"main": "index.js",
"repository": "git@github.com:sandialabs/slycat.git",
"author": "Alex M. Sielicki <alex@techmilo.com>",
"license": "MIT",
"dependencies": {
"@asielick/knockout-projections": "^1",
"@fortawesome/fontawesome-svg-core": "^6",
"@fortawesome/free-solid-svg-icons": "^6",
"@fortawesome/react-fontawesome": "^0",
"@reduxjs/toolkit": "^2",
"bootstrap": "^4",
"buffer": "6.0.3",
"chrono-node": "^2.7.5",
"combined-reduction": "^1.1.0",
"d3": "^3",
"d3fc": "^15.2.6",
"d3v7": "npm:d3@^7.8.5",
"deep-equal": "^2",
"font-awesome": "4.7.0",
"he": "1.2.0",
"jquery": "^3",
"jquery-knob": "1.2.11",
"jquery-ui": "^1",
"jquery.scrollintoview": "^1.9.4",
"knockout": "3.5.1",
"knockout-mapping": "2.6.0",
"layout-jquery3": "1.8.5",
"lodash": "4.17.21",
"papaparse": "^5",
"parse-css-color": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9",
"redux": "^5",
"redux-logger": "3.0.6",
"redux-throttle": "0.1.1",
"redux-thunk": "^3",
"redux-watch": "^1.2.0",
"slickgrid": "^5",
"stream-browserify": "3.0.0",
"three": "^0",
"three-stl-loader": "1.0.6",
"three-trackballcontrols": "0.9.0",
"urijs": "1.19.11",
"uuid": "^10",
"vtk.js": "^32",
"wslink": "^2",
"zipinfo.js": "1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@types/bootstrap": "^4",
"@types/core-js": "^2.5.4",
"@types/d3": "^3",
"@types/d3v7": "npm:@types/d3@^7.4.0",
"@types/he": "^1.2.3",
"@types/jest": "^29",
"@types/jquery": "^3.5.5",
"@types/jsdom": "^21",
"@types/lodash": "^4.14.191",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-test-renderer": "^18",
"@types/redux-watch": "^1.1.2",
"@types/sinon": "^17",
"@types/sortablejs": "^1.15.8",
"@types/uuid": "^10",
"autoprefixer": "^10.1.0",
"babel-jest": "^29",
"babel-loader": "^9",
"babel-plugin-module-resolver": "^5",
"babelify": "^10.0.0",
"clean-webpack-plugin": "^4",
"copy-webpack-plugin": "^12",
"css-loader": "^7",
"eslint": "^9",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"html-loader": "^5",
"html-webpack-plugin": "^5.0.0-beta.4",
"imports-loader": "^5",
"jest": "^29",
"jest-fetch-mock": "^3.0.1",
"less": "^4.0.0",
"less-loader": "^12",
"node-fetch-polyfill": "^2.0.6",
"prettier": "^3",
"react-test-renderer": "^18",
"sass": "^1",
"sass-loader": "^16",
"shader-loader": "^1.3.1",
"sinon": "^19",
"style-loader": "^4",
"typescript": "^5",
"url-loader": "^4.1.1",
"webpack": "^5.11.1",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^5",
"webpack-dev-server": "^5",
"webpack-merge": "^6",
"webpack-node-modules-list": "^0.4.1",
"whatwg-fetch": "^3.5.0",
"worker-loader": "^3.0.7"
},
"jshintConfig": {
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": false,
"freeze": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": false,
"plusplus": false,
"quotmark": true,
"undef": true,
"strict": true,
"trailing": true,
"unused": true,
"asi": false,
"boss": false,
"debug": true,
"eqnull": false,
"evil": false,
"expr": false,
"funcscope": true,
"globalstrict": true,
"iterator": false,
"lastsemic": false,
"laxbreak": false,
"laxcomma": false,
"loopfunc": false,
"multistr": false,
"proto": false,
"scripturl": false,
"smarttabs": false,
"shadow": false,
"sub": true,
"supernew": false,
"validthis": true,
"browser": true,
"couch": false,
"devel": true,
"dojo": false,
"jquery": true,
"mootools": false,
"node": true,
"nonstandard": false,
"phantom": true,
"prototypejs": false,
"rhino": false,
"wsh": false,
"maxerr": 100,
"predef": [
"require"
],
"indent": 2,
"esversion": 6
}
}