-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.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
{
"name": "fanbook-bot-tools",
"description": "让普通人也能控制机器人",
"version": "0.0.0",
"packageManager": "pnpm@8.3.1",
"private": true,
"engines": {
"node": "^18.15.0"
},
"scripts": {
"bootstrap": "sh scripts/bootstrap.sh",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@arco-design/web-vue": "^2.51.0",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/types": "^17.4.4",
"@nuxtjs/tailwindcss": "^6.8.0",
"@types/lodash-es": "^4.17.9",
"@types/node": "^18.15.0",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"fanbook-api-node-sdk": "^0.3.0",
"husky": "^8.0.3",
"lodash-es": "^4.17.9",
"nprogress": "^0.2.0",
"nuxt": "^3.7.1",
"simple-git": "^3.19.1",
"unplugin-vue-components": "^0.25.1"
},
"homepage": "https://github.com/DevOpen-Club/bot-tools",
"author": "DevOpen Club",
"license": "MIT"
}