-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "listify-theme",
"type": "module",
"version": "0.0.9",
"packageManager": "[email protected]",
"description": "Generate your list of books, games, movies, etc.",
"author": {
"name": "52chinaweb",
"url": "https://52chinaweb.com/"
},
"license": "MIT",
"homepage": "https://github.com/ChangJun2019/listify",
"repository": {
"type": "git",
"url": "https://github.com/ChangJun2019/listify.git"
},
"keywords": [
"nuxt",
"nuxt-content",
"minimalist",
"blog"
],
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxt prepare & nuxt dev playground",
"build": "nuxt build playground",
"generate": "nuxt generate playground",
"preview": "nuxt preview playground",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt-themes/typography": "^0.8.3",
"@nuxt/content": "^2.6.0",
"@nuxt/kit": "^3.4.2",
"@nuxtjs/color-mode": "^3.2.0",
"@unocss/nuxt": "^0.49.8",
"@unocss/preset-wind": "^0.49.8",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"nuxt-icon": "^0.3.2",
"pinceau": "^0.16.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"eslint": "^8.34.0",
"nuxt": "^3.4.2",
"typescript": "^4.9.3"
}
}