-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.25 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "effect-network-website",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --dotenv .env.production"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@nuxt/image": "^1.4.0",
"@speed-highlight/core": "^1.2.6",
"@tanstack/query-persist-client-core": "^5.28.4",
"@tanstack/vue-query": "^5.25.0",
"@tresjs/cientos": "^3.8.0",
"@tresjs/core": "^3.7.0",
"@tresjs/nuxt": "^2.1.1",
"@vueuse/core": "^10.8.0",
"@vueuse/nuxt": "^10.8.0",
"aos": "^2.3.4",
"bulma": "^0.9.4",
"glsl-noise": "^0.0.0",
"glslify": "^7.1.1",
"nuxt": "^3.10.3",
"popmotion": "^11.0.5",
"remark-unwrap-images": "^4.0.0",
"three": "^0.161.0",
"vue": "^3.4.19",
"vue-router": "^4.2.5",
"vue3-lottie": "3.2.0"
},
"devDependencies": {
"@nuxt/content": "^2.12.0",
"@types/aos": "^3.0.7",
"@types/three": "^0.161.2",
"prismjs": "^1.29.0",
"push-dir": "^0.4.1",
"sass": "1.72.0",
"tweakpane": "^4.0.3",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-plugin-glsl": "^1.2.1",
"vue-countup-v3": "^1.4.1"
}
}