-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "duyijing",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run type-check && npm run lint && npm run build-only",
"preview": "vite preview",
"test:e2e": "playwright test",
"test:e2e:dev": "playwright test --ui",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint ."
},
"dependencies": {
"@freizl/yijing": "^2.1.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@playwright/test": "^1.56.1",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^24.5.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.27.0",
"globals": "^16.0.0",
"prettier": "^3.0.1",
"typescript": "^5.1.6",
"typescript-eslint": "^8.3.0",
"vite": "^6.4.1",
"vue-tsc": "^3.0.7"
}
}