-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.34 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
50
{
"type": "module",
"private": true,
"engines": {
"node": "18.x.x"
},
"scripts": {
"dev": "nuxt dev",
"start": "node .output/server/index.mjs",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"deploy": "gcloud app deploy elicrow-com-site --source . --region us-central1 --allow-unauthenticated",
"cypress:run": "cypress run",
"cypress:open": "cypress open"
},
"dependencies": {
"@types/he": "^1.2.0",
"debounce": "^1.2.1",
"focus-trap": "^7.5.2",
"focus-trap-vue": "^4.0.2",
"gsap": "^3.12.2",
"highlight.js": "^11.8.0",
"pixi.js": "^7.2.4",
"simplex-noise": "^4.0.1",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"three": "^0.154.0"
},
"devDependencies": {
"@nuxt/kit": "^3.6.2",
"@rollup/pluginutils": "^5.0.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/debounce": "^1.2.1",
"@types/gtag.js": "^0.0.12",
"@types/marked": "^5.0.0",
"@types/three": "^0.153.0",
"@vue/compiler-sfc": "^3.3.4",
"autoprefixer": "^10.4.14",
"cypress": "^12.17.0",
"eslint-plugin-vue": "^9.15.1",
"marked": "^5.1.1",
"marked-highlight": "^2.0.1",
"nuxt": "^3.6.2",
"postcss": "^8.4.25",
"postcss-nesting": "^12.0.0",
"tailwindcss": "^3.3.2"
}
}