-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.01 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"test:unit": "vitest",
"test:e2e": "playwright test",
"do": "vite preview --port 5173",
"yarn-audit-fix": "yarn-audit-fix"
},
"devDependencies": {
"@babylonjs/core": "^6.3.1",
"@babylonjs/gui": "^6.3.1",
"@babylonjs/gui-editor": "^6.3.1",
"@babylonjs/inspector": "^6.3.1",
"@babylonjs/loaders": "^6.3.1",
"@babylonjs/materials": "^6.3.1",
"@babylonjs/post-processes": "^6.3.1",
"@babylonjs/procedural-textures": "^6.3.1",
"@babylonjs/serializers": "^6.3.1",
"@dafcoe/vue-notification": "^0.1.6",
"@dimforge/rapier3d-compat": "^0.11.2",
"@iconify-json/mdi": "^1.1.51",
"@iconify-json/svg-spinners": "^1.1.1",
"@mdi/font": "^7.2.96",
"@nuxt/devtools": "^0.4.6",
"@nuxt/test-utils": "^3.4.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-module": "^4.0.2",
"@nuxtjs/google-fonts": "^3.0.0",
"@nuxtjs/html-validator": "^1.2.5",
"@nuxtjs/i18n": "^8.0.0-beta.10",
"@nuxtjs/web-vitals": "^0.2.5",
"@playwright/test": "^1.33.0",
"@types/node": "^20.1.4",
"@types/three": "^0.152.0",
"@typescript-eslint/parser": "^5.59.5",
"@unlighthouse/nuxt": "^0.6.0",
"@unocss/nuxt": "^0.51.12",
"@unocss/preset-attributify": "^0.51.12",
"@unocss/preset-icons": "^0.51.12",
"@unocss/preset-uno": "^0.51.12",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"comlink": "^4.4.1",
"eslint": "^8.40.0",
"eslint-config-canonical": "^41.0.4",
"eslint-plugin-canonical": "^4.2.1",
"eslint-plugin-vue": "^9.12.0",
"jsdom": "^22.0.0",
"nuxt": "^3.4.3",
"nuxt-delay-hydration": "^1.1.4",
"nuxt-purgecss": "^2.0.0",
"nuxt-security": "^0.13.0",
"nuxt-seo-kit": "^1.3.8",
"openai": "^4.28.0",
"playwright": "^1.33.0",
"prettier": "^2.8.8",
"random-js": "^2.1.0",
"sass": "^1.62.1",
"stylelint": "^15.6.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^33.0.0",
"typescript": "^5.0.4",
"unocss": "^0.51.12",
"unplugin-icons": "^0.16.1",
"vite-plugin-cdn-import": "^0.3.5",
"vitest": "^0.31.0",
"vue-eslint-parser": "^9.2.1",
"vue-gtag": "^2.0.1",
"vue-tsc": "^1.6.5",
"vuetify": "^3.2.4",
"yarn-audit-fix": "^9.3.10"
},
"dependencies": {
"@stdlib/array-reviver": "^0.0.6",
"@stdlib/array-to-json": "^0.0.7",
"@stdlib/utils-parse-json": "^0.0.8",
"@types/ws": "^8.5.4",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"vite-plugin-vuetify": "^1.0.2",
"winston": "^3.8.2",
"ws": "^8.13.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^6.0.3"
}
}