-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 940 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 940 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "NITRO_PRESET=github_pages nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/eslint": "1.2.0",
"@nuxt/image": "^2.0.0",
"@nuxtjs/mdc": "0.17.2",
"@nuxtjs/sitemap": "^7.4.3",
"better-sqlite3": "^12.2.0",
"eslint": "^9.31.0",
"framer-motion": "^12.23.6",
"motion-dom": "^12.23.6",
"nuxt": "^3.17.7",
"nuxt-gtag": "3.0.2",
"sharp": "^0.34.5",
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@nuxt/content": "^3.6.3",
"@nuxt/fonts": "^0.11.4",
"@types/animejs": "^3.1.13",
"animejs": "^3.2.2",
"motion-v": "^1.5.0",
"normalize-scss": "^8.0.0",
"sass-embedded": "^1.89.2"
}
}