-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "newt239.dev",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:text": "textlint \"content/**/*.md\" \"README.md\"",
"lint:text:fix": "textlint --fix \"content/**/*.md\" \"README.md\"",
"compress": "bun run scripts/compress-images.ts"
},
"dependencies": {
"@nuxt/content": "3.12.0",
"@nuxt/eslint": "1.15.2",
"@nuxt/image": "2.0.0",
"@tabler/icons-vue": "3.41.1",
"better-sqlite3": "12.8.0",
"dayjs": "1.11.20",
"eslint": "10.1.0",
"nuxt": "4.4.2",
"vue": "3.5.31",
"vue-gtag-next": "1.14.0",
"vue-router": "5.0.4"
},
"devDependencies": {
"@types/node": "25.5.0",
"sharp": "0.34.5",
"textlint": "15.5.4",
"textlint-rule-preset-ai-writing": "1.1.0",
"textlint-rule-preset-japanese": "10.0.4",
"textlint-rule-preset-jtf-style": "3.0.3",
"typescript": "6.0.2"
}
}