-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
34 lines (34 loc) · 892 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
34
{
"name": "@logto/vue-sample",
"version": "2.1.21",
"license": "MIT",
"private": true,
"scripts": {
"precommit": "lint-staged",
"start": "vite",
"check": "vue-tsc --noEmit",
"build": "pnpm check && rm -rf dist && vite build",
"lint": "eslint --ext .vue,.ts src"
},
"dependencies": {
"@logto/vue": "workspace:^",
"vue": "^3.4.19",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@tsconfig/node18": "^18.2.1",
"@types/node": "^22.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.10.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"typescript": "^5.3.3",
"vite": "^6.0.9",
"vue-tsc": "^2.1.10"
}
}