-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 932 Bytes
/
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
{
"name": "website",
"version": "0.0.0",
"description": "Provides the ability to quickly create preset projects.",
"homepage": "https://preset.js.org/",
"main": "index.js",
"repository": "https://github.com/awesome-starter/website",
"author": "chengpeiquan",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vitepress --host",
"build": "vitepress build",
"preview": "vitepress preview",
"backup": "git add . && git commit -m \"chore: backup\" && git push",
"up": "npx npm-check-updates -u"
},
"dependencies": {
"@web-analytics/vue": "^0.2.2",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2"
},
"devDependencies": {
"@types/node": "^20.3.3",
"@unocss/preset-typography": "^0.53.4",
"@unocss/preset-uno": "^0.53.4",
"@unocss/transformer-directives": "^0.53.4",
"unocss": "^0.53.4",
"vite-plugin-banner": "^0.7.0",
"vitepress": "^1.0.0-beta.5"
}
}