scanclient/package.json

25 lines
607 B
JSON

{
"name": "@lfk/scanclient",
"version": "0.0.0",
"scripts": {
"dev": "vite ",
"build": "vite build",
"build:br": "vite build && npm run brotli:dist",
"serve-vite": "vite preview",
"brotli:dist": "node br.js"
},
"devDependencies": {
"@svitejs/vite-plugin-svelte": "^0.11.0",
"@tsconfig/svelte": "^1.0.10",
"@types/html-minifier": "^4.0.0",
"axios": "^0.21.1",
"brotli": "^1.3.2",
"glob": "^7.1.6",
"html-minifier": "^4.0.0",
"svelte": "^3.35.0",
"svelte-preprocess": "^4.6.9",
"vite": "^2.0.5",
"vite-plugin-windicss": "^0.8.2"
}
}