-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.3 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
40
41
42
43
44
45
46
47
{
"name": "idlist.github.io",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview --host",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"prepare": "husky",
"generate": "tsx scripts/generate.ts && git add src/generated.ts"
},
"dependencies": {
"@rewl/kit": "^0.1.5",
"@vueuse/core": "^13.5.0",
"normalize.css": "^8.0.1",
"popmotion": "^11.0.5",
"vue": "^3.5.17",
"vue-i18n": "^11.1.9",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@tsconfig/node20": "^20.1.6",
"@types/node": "^24.0.10",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.30.1",
"eslint-plugin-vue": "^10.3.0",
"globals": "^16.3.0",
"husky": "^9.1.7",
"npm-run-all2": "^8.0.4",
"radash": "^12.1.1",
"sass": "^1.89.2",
"tsx": "^4.20.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"unocss": "^66.3.3",
"vite": "^7.0.2",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.0.1"
}
}