-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
54 lines (54 loc) · 1.69 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
{
"name": "template_application",
"license": "BSD-3-Clause",
"scripts": {
"build": "make bundle",
"test": "eslint -c eslint.config.js statis/js && make test"
},
"dependencies": {
"check-dependencies": "2.0.0",
"css-loader": "3.5.3",
"exports-loader": "0.7.0",
"globals": "15.8.0",
"imports-loader": "0.8.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-redux": "7.2.0",
"redux": "4.0.5",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"style-loader": "1.2.1",
"whatwg-fetch": "3.0.0"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/eslint-parser": "7.24.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-transform-arrow-functions": "7.24.7",
"@babel/plugin-transform-async-to-generator": "7.24.6",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.24.7",
"@types/eslint": "9.6.1",
"@types/node": "20.10.6",
"babel-loader": "8.2.2",
"eslint": "9.9.1",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"@rspack/cli": "1.0.8",
"@rspack/core": "1.0.8"
},
"repository": {
"type": "git",
"url": "https://github.com/cesium-ml/baselayer_template_app.git"
}
}