-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 924 Bytes
/
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
{
"name": "lmbjzs",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:lib": "vue-tsc --noEmit && vite build --mode=lib",
"build:page": "vue-tsc --noEmit && vite build --mode=page",
"serve": "vite preview",
"deploy": "sh scripts/deploy.sh"
},
"dependencies": {
"peggy": "^1.1.0",
"vue": "^3.0.11"
},
"devDependencies": {
"@rollup/pluginutils": "^4.1.0",
"@types/node": "^15.3.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.9.0",
"rollup": "^2.48.0",
"sass": "^1.32.13",
"typescript": "^4.2.4",
"vite": "^2.3.3",
"vue-tsc": "^0.0.24"
}
}