-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.36 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
{
"name": "oscp-dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "rm -rf dist && vite build",
"lint": "eslint src --ext ts,tsx",
"fix": "eslint src --ext ts,tsx --fix",
"preview": "vite preview",
"deploy": "cp CNAME dist/CNAME && gh-pages -d dist",
"cron": "node ./scripts/request.js && npm run build && npm run deploy"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@antv/g-plugin-rough-canvas-renderer": "^2.0.11",
"@antv/g2": "^5.2.3",
"@octokit/core": "^6.1.2",
"ahooks": "^3.7.8",
"antd": "^5.10.1",
"d3-array": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"webfontloader": "^1.6.28",
"wired-elements-react": "^0.1.5"
},
"devDependencies": {
"@types/node": "^20.8.6",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"gh-pages": "^6.1.1",
"less": "^4.2.0",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-externals": "^0.6.2"
},
"repository": "[email protected]:antvis/oscp-dashboard.git"
}