-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.1 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
{
"name": "vb-stats",
"private": true,
"version": "0.11.0",
"homepage": "https://gillesdandrea.github.io/vb-stats",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix",
"format": "prettier . --write",
"preview": "vite preview",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d dist",
"generate-pwa-assets": "pwa-assets-generator",
"cdf-scrap": "tsx scripts/cdf-scrap.ts",
"pdf-parse": "tsx scripts/pdf-parse.js"
},
"dependencies": {
"@ant-design/colors": "^7.0.2",
"@ant-design/icons": "^5.3.1",
"@tanstack/react-query": "^5.27.5",
"antd": "^5.15.2",
"axios": "^1.6.7",
"classnames": "^2.5.1",
"d3-graphviz": "^5.3.0",
"d3-selection": "^3.0.0",
"lodash": "^4.17.21",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0",
"ts-trueskill": "^5.0.1"
},
"devDependencies": {
"@nabla/vite-plugin-eslint": "^2.0.2",
"@tanstack/eslint-plugin-query": "^5.27.7",
"@types/d3-graphviz": "^2.6.10",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.26",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.1.1",
"pdf2json": "^3.0.5",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"sass": "^1.71.1",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-pwa": "^0.19.2",
"vite-tsconfig-paths": "^4.3.1"
}
}