-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1015 Bytes
/
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
{
"version": "1.0",
"name": "serialpeer",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"build-sw": "SW=true nuxi build",
"dev": "nuxt dev",
"dev-sw": "SW=true nuxi dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"generate-icons": "node scripts/generate-pwa-icons.js"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.9.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"daisyui": "^4.12.23",
"file-saver": "^2.0.5",
"idb": "^8.0.1",
"nuxt": "^3.15.1",
"nuxt-icon": "^0.6.10",
"pinia": "^2.3.0",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/w3c-web-serial": "^1.0.7",
"@vite-pwa/nuxt": "^0.10.6",
"sharp": "^0.33.5",
"typescript": "^5.7.2"
}
}