-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.75 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
{
"name": "tamriel-calendar",
"type": "module",
"version": "0.0.0",
"license": "AGPL-3.0-or-later",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint:ts": "vue-tsc --noEmit",
"lint:js": "eslint .",
"lint:js:fix": "npm run lint:js -- --fix",
"lint:css": "stylelint **/*{.scss,.vue}",
"lint:css:fix": "npm run lint:css -- --fix",
"lint:all": "npm run lint:ts && npm run lint:js && npm run lint:css",
"localazy:download": "localazy download && npm run lint:js:fix"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@unhead/vue": "^1.11.18",
"@vitejs/plugin-vue": "^5.2.1",
"@vueuse/core": "^12.5.0",
"dayjs": "^1.11.13",
"v-wave": "^3.0.2",
"vite": "^6.0.11",
"vite-plugin-pwa": "^0.21.1",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.16.0",
"@localazy/cli": "^1.7.15",
"@stylistic/stylelint-plugin": "^3.1.1",
"@tabler/icons-vue": "^3.29.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.10.7",
"eslint": "^9.18.0",
"postcss-html": "^1.8.0",
"postcss-scss": "^4.0.9",
"sass": "^1.83.4",
"stylelint": "^16.13.2",
"stylelint-config-recess-order": "^6.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-order": "^6.0.4",
"stylelint-rem-over-px": "^1.0.2",
"typescript": "5.7.3",
"vue-tsc": "^2.2.0",
"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"
}
}