-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.93 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"server": "node .output/server/index.mjs",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .jsx,.js,.ts,.tsx",
"fix": "eslint --ext .jsx,.js,.ts,.tsx --fix"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"license": "MIT",
"author": "rnmeow <mailbox@rnmeow.com>",
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^20.4.8",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.16.1",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"vue-eslint-parser": "^9.3.1",
"webpack": "^5.88.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@giscus/vue": "^2.3.0",
"@nuxt/image-edge": "1.0.0-rc.1-28180077.d51e794",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/tailwindcss": "^6.8.0",
"@tailwindcss/typography": "^0.5.9",
"@types/markdown-it": "^12.2.3",
"dayjs": "^1.11.9",
"h3": "^1.7.1",
"highlight.js": "^11.8.0",
"js-base64": "^3.7.5",
"longevity-js": "^0.0.2",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-emoji": "^2.0.2",
"markdown-it-image-lazy-loading": "^1.2.0",
"markdown-yaml-metadata-parser": "^3.0.0",
"normalize.css": "^8.0.1",
"nuxt": "^3.6.5",
"typescript": "^5.1.6",
"uslug": "^1.0.4",
"vue": "^3.4.21",
"vue-gtag-next": "^1.14.0",
"vue-router": "^4.2.4",
"vue-tsc": "^1.8.8",
"vue-writer": "^1.2.0"
}
}