-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.25 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
43
44
45
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@csstools/postcss-global-data": "^3.1.0",
"@nuxt/devtools": "^1.0.8",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/stylelint-module": "^5.1.0",
"@playwright/test": "^1.41.1",
"@stylistic/eslint-plugin-js": "^1.5.4",
"@types/node": "^20.11.6",
"@types/three": "^0.160.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"nuxt": "^3.9.3",
"postcss-custom-media": "^11.0.6",
"postcss-html": "^1.6.0",
"postcss-nested": "^7.0.2",
"prettier": "^3.2.4",
"prettier-eslint": "^16.2.0",
"stylelint": "^16.2.0",
"stylelint-config-standard-vue": "^1.0.0",
"vite-plugin-glslify": "^2.0.2",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"dependencies": {
"gsap": "^3.12.5",
"lil-gui": "^0.19.1",
"three": "^0.160.0"
}
}