-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "asteroids-game-tutorial-site",
"private": true,
"type": "module",
"packageManager": "yarn@4.1.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.13.2",
"@nuxt/image": "1.8.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.5.3",
"cheerio": "^1.0.0",
"cloudinary": "^2.5.0",
"front-matter": "^4.0.2",
"nuxt": "^3.13.2",
"rehype-katex": "^7.0.1",
"rehype-stringify": "^10.0.0",
"remark-math": "^6.0.0",
"remark-unwrap-images": "^4.0.0",
"sass": "^1.79.1",
"sharp": "0.33.5",
"typescript": "^5.6.2",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.6",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6",
"vuetify": "^3.7.2"
},
"dependencies": {
"@mdi/font": "^7.4.47"
},
"resolutions": {
"vite-plugin-checker": "^0.8.0",
"sharp": "0.33.5"
}
}