-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 6.97 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "vue-app",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.4.0",
"description": "Bulletproof Vue 3 SPA Template",
"author": "Tri Rizeki Rifandani",
"license": "MIT",
"msw": {
"workerDirectory": "public"
},
"scripts": {
"prepare": "husky",
"gen:pwa-assets": "pwa-assets-generator --preset minimal-2023 public/favicon.svg",
"clean-install": "find . \\( -name storybook-static -type d -o -name node_modules -type d -o -name dev-dist -type d -o -name dist -type d -o -name html -type d -o -name pnpm-lock.json -type f \\) | xargs rm -rf && pnpm install",
"msw:init": "msw init public/ --save",
"msw:delete": "rm -rf public/mockServiceWorker.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"test": "vitest",
"test:quiet": "vitest --watch=false",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:preview": "vite preview --outDir html",
"test:preview:coverage": "vite preview --outDir coverage",
"regression": "run-p lint typecheck test:quiet",
"story": "storybook dev -p 6006",
"story:test": "test-storybook",
"story:build": "storybook build",
"dev": "rimraf dev-dist && DEBUG=vite-plugin-pwa SW_DEV=true vite",
"dev:claims": "rimraf dev-dist && DEBUG=vite-plugin-pwa SW_DEV=true CLAIMS=true SW=true vite --force",
"dev:destroy": "rimraf dev-dist && DEBUG=vite-plugin-pwa SW_DEV=true SW_DESTROY=true vite --force",
"dev:claims-destroy": "rimraf dev-dist && DEBUG=vite-plugin-pwa SW_DEV=true CLAIMS=true SW_DESTROY=true SW=true vite --force",
"build-only": "vite build",
"build-only:staging": "vite build --mode staging",
"build": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true run-s typecheck build-only",
"build:staging": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true run-s typecheck build-only:staging",
"build:reloadsw": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true RELOAD_SW=true run-s typecheck build-only",
"build:claims": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true CLAIMS=true run-s typecheck build-only",
"build:reloadsw-claims": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true RELOAD_SW=true CLAIMS=true run-s typecheck build-only",
"build:sw": "rimraf dist && DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true SW=true run-s typecheck build-only",
"build:sw-reloadsw": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true SW=true RELOAD_SW=true run-s typecheck build-only",
"build:sw-claims": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true SW=true CLAIMS=true run-s typecheck build-only",
"build:sw-reloadsw-claims": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true SW=true RELOAD_SW=true CLAIMS=true run-s typecheck build-only",
"build:destroy": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true SW_DESTROY=true run-s typecheck build-only",
"build:reloadsw-destroy": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true RELOAD_SW=true SW_DESTROY=true run-s typecheck build-only",
"build:claims-destroy": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true CLAIMS=true SW_DESTROY=true run-s typecheck build-only",
"build:reloadsw-claims-destroy": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true RELOAD_SW=true CLAIMS=true SW_DESTROY=true run-s typecheck build-only",
"build:sw-destroy": "rimraf dist && DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true SW=true SW_DESTROY=true run-s typecheck build-only",
"build:sw-reloadsw-destroy": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true SW=true RELOAD_SW=true SW_DESTROY=true run-s typecheck build-only",
"build:sw-claims-destroy": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true SW=true CLAIMS=true SW_DESTROY=true run-s typecheck build-only",
"build:sw-reloadsw-claims-destroy": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true SW=true RELOAD_SW=true CLAIMS=true SW_DESTROY=true run-s typecheck build-only",
"preview": "vite preview",
"release": "bumpp"
},
"dependencies": {
"@internationalized/date": "^3.5.4",
"@rifandani/nxact-yutiriti": "^1.2.2",
"@tanstack/vue-query": "^5.45.0",
"@tanstack/vue-query-devtools": "^5.45.0",
"@tanstack/vue-table": "^8.17.3",
"@vee-validate/zod": "^4.13.1",
"@vueuse/core": "^10.11.0",
"class-variance-authority": "^0.7.0",
"embla-carousel": "^8.1.5",
"embla-carousel-vue": "^8.1.5",
"ky": "^1.3.0",
"pinia": "^2.1.7",
"radix-vue": "^1.8.4",
"tailwind-merge": "^2.3.0",
"type-fest": "^4.20.1",
"vaul-vue": "^0.2.0",
"vee-validate": "^4.13.1",
"vue": "^3.4.29",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3",
"vue-sonner": "^1.1.2",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@iconify/vue": "^4.1.2",
"@rollup/plugin-replace": "^5.0.7",
"@storybook/addon-a11y": "^8.1.10",
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-designs": "^8.0.2",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-themes": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/manager-api": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/test-runner": "^0.18.2",
"@storybook/theming": "^8.1.10",
"@storybook/vue3": "^8.1.10",
"@storybook/vue3-vite": "^8.1.10",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/eslint-plugin-query": "^5.43.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node18": "^18.2.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.5",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.17.3",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-vuejs-accessibility": "^2.3.0",
"https-localhost": "^4.7.1",
"husky": "^9.0.11",
"jsdom": "^24.1.0",
"msw": "^2.3.1",
"npm-run-all2": "^6.2.0",
"pnpm": "^9.4.0",
"rimraf": "^5.0.7",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.1.10",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"vite": "^5.3.1",
"vite-plugin-pwa": "^0.20.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"vue-component-meta": "^2.0.21",
"vue-tsc": "^2.0.21",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-window": "^7.1.0"
}
}