-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·92 lines (92 loc) · 3.13 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·92 lines (92 loc) · 3.13 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
92
{
"name": "spider-eyes",
"version": "1.5.0",
"description": "CSV analyzer.",
"private": true,
"main": "main.ts",
"scripts": {
"build": "cross-env TS_NODE_PROJECT=tsconfig.webpack.json webpack",
"dev": "cross-env TS_NODE_PROJECT=tsconfig.webpack.json webpack serve"
},
"author": "Team5818",
"license": "ISC",
"browserslist": [
">0.1% and last 2 years, not ie 11"
],
"sideEffects": [
"./src/css.ts",
"./src/css/**/*"
],
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/bootstrap": "5.2.10",
"@types/colorbrewer": "^1.0.29",
"@types/jquery": "^3.5.30",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.18",
"@types/sprintf-js": "^1.1.2",
"@types/stream-to-array": "^2.3.0",
"@types/webfontloader": "^1.6.34",
"@types/webpack-bundle-analyzer": "^4.4.1",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "8.57.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^4.2.0",
"favicons": "^7.2.0",
"favicons-webpack-plugin": "^6.0.1",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.3.0",
"rxjs": "^7.3.0",
"sass": "^1.42.1",
"sass-loader": "^16.0.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.2.6",
"ts-node": "^10.2.1",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.3.1",
"typescript": "5.5.4",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@popperjs/core": "^2.11.2",
"bootstrap": "5.3.3",
"bootswatch": "^5.1.3",
"colorbrewer": "^1.3.0",
"core-js": "^3.18.1",
"floatthead": "^2.1.3",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.1",
"jqueryui": "^1.11.1",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "9.1.2",
"react-resize-detector": "11.0.1",
"react-transition-group": "4.4.5",
"reactstrap": "9.2.2",
"recharts": "^2.1.9",
"redux": "^5.0.1",
"sprintf-js": "^1.1.2",
"stream-to-array": "^2.3.0",
"type-zoo": "^3.3.0",
"webfontloader": "^1.6.28"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}