-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.3 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
{
"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": "start-server-and-test preview :4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'",
"test:unit": "cypress run --component",
"test:unit:dev": "cypress open --component",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.cypress-ct.json --composite false",
"lint": "eslint ."
},
"dependencies": {
"@freizl/yijing": "^2.0.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@tsconfig/node18": "^18.2.0",
"@types/node": "^22.4.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/tsconfig": "^0.5.1",
"cypress": "^13.6.1",
"eslint": "^9.9.1",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"prettier": "^3.0.1",
"start-server-and-test": "^2.0.3",
"typescript": "^5.1.6",
"typescript-eslint": "^8.3.0",
"vite": "^5.0.12",
"vue-tsc": "^2.0.7"
}
}