-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.55 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
{
"name": "sast-lottery",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "run-s \"lint:css {@}\" \"lint:js {@}\" --",
"lint:js": "biome lint --apply .",
"lint:css": "stylelint **/*.{css,html,vue}",
"check": "biome check --apply .",
"format": "dprint fmt",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"bootstrap": "^5.3.3",
"pinia": "^2.2.1",
"vue": "^3.4.36",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@tsconfig/node20": "^20.1.4",
"@types/bootstrap": "^5.2.10",
"@types/node": "^20.14.14",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/tsconfig": "^0.5.1",
"cssnano": "^7.0.4",
"cssnano-preset-advanced": "^7.0.4",
"dprint": "^0.47.2",
"npm-run-all2": "^6.2.2",
"postcss-html": "^1.7.0",
"sass-embedded": "^1.77.8",
"stylelint": "^16.8.1",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-pwa": "^0.20.1",
"vue-tsc": "^2.0.29",
"workbox-window": "^7.1.0"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}