-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.34 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "tingyuan",
"version": "0.0.0",
"private": true,
"description": "庭院的个人网站",
"homepage": "https://lovetingyuan.github.io",
"type": "module",
"scripts": {
"build": "npm run build:ssr && npm run build:client",
"build:client": "cross-env NODE_ENV=production && vite build",
"build:ssr": "cross-env NODE_ENV=production vite build --ssr src/server.ts --outDir dist-ssr",
"deploy": "node ./scripts/deploy",
"dev": "vite",
"format": "prettier . --write",
"knip": "npx -y knip@latest -c scripts/knip.ts",
"lint": "eslint . --fix",
"preview": "vite preview",
"serve": "vite preview",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@vueuse/core": "^11.1.0",
"github-markdown-css": "^5.7.0",
"iconify-icon": "^2.1.0",
"vue": "^3.5.0",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
"@happy-dom/global-registrator": "^15.7.3",
"@iconify/vue": "^4.1.2",
"@shikijs/markdown-it": "^1.22.1",
"@total-typescript/ts-reset": "^0.6.1",
"@tsconfig/node20": "^20.1.4",
"@types/html-minifier-terser": "^7.0.2",
"@types/markdown-it-container": "^2.0.9",
"@types/markdown-it-link-attributes": "^3.0.4",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"daisyui": "^4.12.10",
"eslint": "^9.13.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-vue": "^9.30.0",
"html-minifier-terser": "^7.2.0",
"knip": "^5.34.2",
"markdown-it-container": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1",
"postcss": "^8.4.31",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.0",
"tinypool": "^1.0.0",
"typescript": "~5.4.5",
"typescript-eslint": "^8.12.1",
"unplugin-detect-duplicated-deps": "^2.0.0",
"unplugin-vue-markdown": "^0.26.0",
"vite": "^5.4.2",
"vite-plugin-pwa": "^0.20.0",
"vue-tsc": "^2.1.4",
"workbox-build": "^7.1.0",
"workbox-window": "^7.1.0"
}
}