forked from pingcap/ossinsight-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.45 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
{
"name": "ossinsight-lite",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"devtool:build": "pnpm --filter @ossinsight-lite/buildtool run build",
"next:dev": "next dev",
"next:build": "next build --no-lint",
"dev": "run-s devtool:build migrate next:dev",
"build": "run-s devtool:build migrate next:build",
"precheck": "sh prebuild.sh",
"next:install": "npm run precheck && pnpm install",
"start": "next start",
"lint": "next lint",
"migrate": "pnpm --filter @ossinsight-lite/migration run up"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "[email protected]",
"engines": {
"node": "~18",
"pnpm": "~8"
},
"devDependencies": {
"@primer/octicons-react": "^19.2.0",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-tooltip": "^1.0.5",
"@types/bcrypt": "^5.0.0",
"@types/js-cookie": "^3.0.3",
"@types/react-grid-layout": "^1.3.2",
"@types/react-transition-group": "^4.4.6",
"bootstrap-icons": "^1.10.5",
"chartjs-plugin-roughness": "^1.0.6",
"dotenv": "^16.0.3",
"js-cookie": "^3.0.5",
"monaco-editor-webpack-plugin": "^7.0.1",
"npm-run-all": "^4.1.5",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vercel": "^28.20.0"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.41",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-navigation-menu": "^1.1.2",
"@radix-ui/react-switch": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle-group": "^1.0.3",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "^18.16.12",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@vercel/kv": "^0.1.2",
"autoprefixer": "^10.4.14",
"bcrypt": "^5.1.0",
"bcrypt-ts": "^3.0.1",
"chart.js": "^4.3.0",
"clsx": "^1.2.1",
"eslint": "8.40.0",
"eslint-config-next": "^13.4.9",
"glob": "^10.2.5",
"immer": "^10.0.2",
"mysql2": "^3.3.1",
"next": "^13.4.9",
"next-plugin-svgr": "^1.1.4",
"postcss": "8.4.23",
"prism-react-renderer": "^2.0.4",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-redux": "^8.0.7",
"react-transition-group": "^4.4.5",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"rxjs": "^7.8.1",
"tailwindcss": "^3.3.2"
}
}