-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 949 Bytes
/
package.json
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-3-vuetify-template",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.7",
"@types/three": "^0.168.0",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"eslint": "^9.10.0",
"nuxt": "^3.13.1",
"nuxt-particles": "^0.3.0",
"postcss": "^8.4.45",
"postcss-loader": "^8.1.1",
"sass": "1.77.6",
"sass-loader": "^12.4.0",
"typescript": "~5.5",
"vue-tsc": "^2.1.6"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@nuxt/image": "^1.8.0",
"gsap": "^3.12.5",
"highlight.js": "^11.10.0",
"three": "^0.168.0",
"vite-svg-loader": "^5.1.0",
"vue-code-highlighter": "^1.1.2",
"vuetify-nuxt-module": "^0.18.2"
},
"packageManager": "yarn@4.4.1"
}