-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.04 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.04 KB
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
65
66
67
68
69
70
{
"name": "developer-log",
"version": "1.5.0",
"type": "module",
"private": true,
"scripts": {
"app:build": "nuxt build",
"release": "changelogen --release",
"app:dev": "nuxt dev",
"app:run": "node ./.output/server/index.mjs",
"app:analyze": "nuxi analyze",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "husky install",
"lint:staged": "lint-staged",
"lint:eslint": "eslint --fix",
"lint:stylelint": "stylelint",
"lint:svglint": "svglint",
"deploy:dev": "vercel",
"deploy:prod": "vercel --prod"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@nuxt/content": "^2.12.0",
"@nuxt/devtools": "latest",
"@nuxt/image": "1.0.0-rc.1",
"@nuxtjs/i18n": "8.0.0-rc.3",
"@nuxtjs/sitemap": "^5.1.0",
"@types/node": "^20.11.24",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^9.22.0",
"eslint-plugin-vuejs-accessibility": "^2.2.1",
"eslint-plugin-yml": "^1.12.2",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"nuxt": "^3.10.3",
"nuxt-icon": "^0.5.0",
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"svglint": "^2.6.0",
"typescript": "^5.3.3",
"vercel": "^33.5.3"
},
"dependencies": {
"@fontsource-variable/montserrat": "^5.0.17",
"@iconify/utils": "^2.1.30",
"@resvg/resvg-js": "^2.6.0",
"axios": "^1.6.7",
"csstype": "^3.1.3",
"defu": "^6.1.4",
"jsdom": "^22.1.0",
"normalize.css": "^8.0.1",
"rss": "^1.2.2",
"satori": "^0.10.13",
"satori-html": "^0.3.2",
"sharp": "^0.33.2",
"zod": "^3.22.4"
}
}