-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.52 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"upload:files": "bun deploy-files/upload.ts",
"lint": "eslint --ext .ts,.js,.vue ."
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.7.1",
"@iconify/json": "^2.2.164",
"@nuxt/content": "latest",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/google-fonts": "^3.1.3",
"@tailwindcss/typography": "^0.5.10",
"@types/dexie": "^1.3.1",
"@types/w3c-web-serial": "^1.0.6",
"@vite-pwa/nuxt": "^0.4.0",
"@vueuse/core": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"dayjs-nuxt": "^2.1.9",
"eslint": "^8.56.0",
"nuxt": "^3.9.0",
"typescript": "^5.5.4",
"vue": "^3.4.3",
"vue-router": "^4.2.5",
"vue-tsc": "^2.0.29"
},
"dependencies": {
"@animxyz/core": "^0.6.6",
"@animxyz/vue3": "^0.6.7",
"@netlify/blobs": "^7.0.1",
"@netlify/functions": "^2.6.0",
"@nuxt/image": "^1.7.1",
"@nuxt/ui": "^2.11.1",
"@pinia/nuxt": "^0.5.1",
"ajv": "^8.12.0",
"bluejay-rtttl-parse": "^2.0.2",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"ioredis": "^5.4.1",
"minio": "^8.0.1",
"nuxt-svgo": "^4.0.3",
"octokit": "^3.1.2",
"pinia": "^2.1.7",
"queue": "^7.0.0",
"semver": "^7.6.0",
"vite-plugin-checker": "latest",
"webserial-wrapper": "^1.0.4"
}
}