-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "ask-yourself",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Super12138/Ask-Yourself.git"
},
"author": "Super12138",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Super12138/Ask-Yourself/issues"
},
"homepage": "https://github.com/Super12138/Ask-Yourself#readme",
"devDependencies": {
"@mdui/icons": "^1.0.2",
"@types/node": "^22.10.1",
"@vite-pwa/assets-generator": "^0.2.6",
"typedoc": "^0.27.5",
"typedoc-plugin-markdown": "^4.3.3",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.21.1",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-window": "^7.3.0"
},
"dependencies": {
"mdui": "^2.1.3"
},
"overrides": {
"sharp": "0.33.5",
"sharp-ico": "0.1.5"
}
}