-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint ./src --ext .js"
},
"devDependencies": {
"@nuxtjs/pwa": "^3.3.5",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.7.0",
"nuxt": "3.0.0-rc.11",
"tailwindcss": "^3.1.8"
},
"dependencies": {
"@nuxt-hero-icons/outline": "^1.0.1",
"@pinia/nuxt": "^0.4.2",
"@supabase/supabase-js": "^2.24.0",
"@tensorflow-models/facemesh": "^0.0.5",
"@tensorflow/tfjs": "^4.0.0",
"@tensorflow/tfjs-backend-cpu": "^4.0.0",
"@tensorflow/tfjs-backend-webgl": "^4.0.0",
"@tensorflow/tfjs-converter": "^4.4.0",
"@tensorflow/tfjs-core": "^4.0.0",
"@vite-pwa/nuxt": "^0.0.9",
"@vueuse/core": "^10.1.2",
"pinia": "^2.0.22",
"qrcode.vue": "^3.4.0",
"three": "^0.145.0",
"three-orbitcontrols": "^2.110.3",
"vite": "^3.1.8",
"vite-plugin-glsl": "^0.5.3",
"vue-carousel": "^0.18.0",
"vue-social-sharing": "^4.0.0-alpha4"
}
}