-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 866 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
{
"name": "portfolio-apple",
"description": "webos-macosx-bigsur",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"cert": "rm -rf .certs && mkdir -p .certs && mkcert -key-file ./.certs/key.pem -cert-file ./.certs/cert.pem 'localhost' '::1' '192.168.1.2' "
},
"dependencies": {
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vueuse/core": "^10.6.1",
"mobile-detect": "^1.4.5",
"pinia": "^2.1.7",
"register-service-worker": "^1.7.1",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
"vue": "^3.4.*",
"workbox-core": "^7.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.7",
"@vitejs/plugin-vue": "^4.5.0",
"sass": "^1.69.5",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.17.2",
"vue-tsc": "^1.8.25"
}
}