-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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
{
"name": "content-unocss",
"version": "0.0.6",
"license": "MIT",
"description": "A lightweight Nuxt theme to build a Markdown driven website. Powered by Nuxt Content, UnoCss and Iconify.",
"author": "Elone Hoo <[email protected]>",
"main": "nuxt.config.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/elonehoo/content-unocss.git"
},
"bugs": {
"url": "https://github.com/elonehoo/content-unocss/issues"
},
"files": [
"app/",
"components/",
"layouts/",
"app.config.ts",
"app.vue",
"nuxt.config.ts",
"nuxt.schema.ts",
"unocss.config.ts"
],
"scripts": {
"dev": "nuxi dev .demo",
"build": "nuxi build .demo",
"generate": "nuxi generate .demo",
"preview": "nuxi preview .demo",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"postinstall": "nuxi prepare theme",
"release": "bumpp package.json --commit --push --tag && pnpm -r publish --access public"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@iconify-json/twemoji": "^1.2.1",
"bumpp": "^9.8.1",
"eslint": "^9.14.0",
"nuxt": "^3.14.159",
"typescript": "^5.6.3"
},
"dependencies": {
"@iconify-json/carbon": "^1.2.4",
"@nuxt/content": "^2.13.4",
"@nuxtjs/color-mode": "^3.5.2",
"@unocss/nuxt": "^0.64.0",
"@vueuse/nuxt": "^11.2.0",
"nuxt-config-schema": "^0.4.7",
"nuxt-icon": "^0.6.10"
},
"peerDependencies": {
"nuxt": "^3.0.0-rc.12"
}
}