-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 2.04 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
58
59
60
61
{
"name": "schedules",
"private": true,
"version": "4.0.6",
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"dev:https": "pnpm build; pnpx serve",
"build": "rimraf ./dist; cross-env DEBUG=vite-plugin-pwa:* vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.ts,.vue --fix",
"format": "prettier . --write"
},
"dependencies": {
"@headlessui/vue": "^1.7.4",
"@hkamran/utility-datetime": "^1.0.4",
"@hkamran/utility-strings": "^1.0.2",
"@hkamran/utility-web": "^1.0.2",
"@vueuse/core": "^9.6.0",
"@vueuse/head": "^0.7.13",
"array-keyed-map": "^2.1.3",
"feather-icons": "^4.29.0",
"lucide-vue-next": "^0.90.0",
"markdown-it": "^12.3.2",
"pinia": "^2.0.27",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue-timer-hook": "^1.0.36"
},
"devDependencies": {
"@hkamran/prettier-config": "^1.1.1",
"@tailwindcss/typography": "^0.5.8",
"@types/feather-icons": "^4.29.1",
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-vuejs-accessibility": "^1.2.0",
"https-localhost": "^4.7.1",
"postcss": "^8.4.31",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"rimraf": "^3.0.2",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^3.2.7",
"vite-plugin-html-config": "^1.0.11",
"vite-plugin-pwa": "^0.13.3",
"vue-tsc": "^0.29.8",
"workbox-core": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-window": "^6.5.4"
}
}