-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 975 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 975 Bytes
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
{
"name": "committing-crimes.com",
"private": true,
"scripts": {
"build": "nuxi build",
"clean": "nuxi cleanup",
"dev": "nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"test": "npx playwright test --browser=all"
},
"devDependencies": {
"@nuxt/content": "^3.0.0",
"@nuxt/image": "^2.0.0",
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/fontaine": "^0.5.0",
"@playwright/test": "^1.47.1",
"@types/node": "^24.0.0",
"@types/rss": "^0.0.32",
"nuxt": "^4.0.1",
"nuxt-jsonld": "^2.0.8",
"remark-math": "^6.0.0",
"rollup": "^4.24.4",
"rss": "^1.2.2",
"sitemap": "^9.0.0",
"typescript": "^5.5.4",
"vue-tsc": "~3.2.0",
"wrangler": "^4.22.0"
},
"dependencies": {
"better-sqlite3": "^12.0.0",
"date-fns": "^4.0.0",
"rehype-katex": "^7.0.1"
},
"engines": {
"node": "^24.0.0"
},
"packageManager": "yarn@4.12.0"
}