selfservice/package.json

24 lines
493 B
JSON

{
"name": "@lfk/selfservice",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"got": "^11.8.1",
"redaxios": "^0.4.1",
"toastify-js": "^1.9.3",
"vue": "^3.0.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.0.4",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.4",
"postcss": "^8.2.6",
"tailwindcss": "^2.0.3",
"vite": "^2.0.0-beta.7",
"vite-plugin-windicss": "^0.1.16"
}
}