forked from masquevil/trpg-saikou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
{
"name": "trpg-saikou",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "run-p type-check build-only && run-p build-lib",
"build-lib": "vite build -c vite.libs.config.ts",
"local": "NODE_ENV=development vite build --mode development",
"preview": "vite preview",
"build-only": "vite build",
"deploy": "./shell/deploy.sh",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@rushstack/eslint-patch": "^1.7.2",
"@types/node": "^20.11.28",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "12",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.9.0",
"copy-to-clipboard": "^3.3.3",
"element-plus": "^2.6.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"html-to-image": "^1.11.11",
"image-conversion": "^2.1.1",
"leancloud-storage": "^4.15.2",
"lz-string": "^1.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"qs": "^6.12.0",
"sass": "^1.72.0",
"typescript": "~5.4.2",
"vite": "^5.1.6",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6"
}
}