-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 922 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 922 Bytes
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
{
"name": "read.lovejade.cn",
"version": "0.3.0",
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "vite build",
"gen-sitemap": "node scripts/gen-sitemap.js",
"format-sitemap": "xmllint --format public/sitemap.xml -o public/sitemap.xml",
"push": "./scripts/deploy.sh",
"deploy": "yarn gen-sitemap && yarn format-sitemap && yarn push"
},
"dependencies": {
"@nutui/nutui": "^3.1.12",
"@sentry/tracing": "^6.16.1",
"@sentry/vue": "^6.16.1",
"axios": "^1.6.2",
"vue": "^3.3.9",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.2.7",
"@vitejs/plugin-vue": "^1.10.1",
"autoprefixer": "^9.8.6",
"postcss": "^7.0.36",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.7",
"vite": "^5.0.2",
"vite-plugin-style-import": "^1.4.0"
}
}