-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 890 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
{
"name": "todo-list-vue-pwa",
"version": "1.0.0",
"description": "Simple todo list app with Vue + Vite + Vite PWA",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ibnusyawall/todo-list-vue-pwa.git"
},
"author": "ibnusyawall",
"license": "MIT",
"bugs": {
"url": "https://github.com/ibnusyawall/todo-list-vue-pwa/issues"
},
"homepage": "https://github.com/ibnusyawall/todo-list-vue-pwa#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-vue": "^5.0.3",
"sharp": "^0.33.2",
"vite": "^5.0.11",
"vite-plugin-pwa": "^0.19.0"
}
}