schlechtenburg/package.json

23 lines
535 B
JSON
Raw Normal View History

2020-05-19 11:45:14 +00:00
{
"name": "schlechtenburg",
2020-12-30 13:34:23 +00:00
"version": "0.0.0",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "vite",
"build": "vuedx-typecheck . && vite build"
},
"dependencies": {
2020-12-30 20:17:34 +00:00
"lodash-es": "^4.17.20",
2020-12-30 13:34:23 +00:00
"vue": "^3.0.4"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.4",
"@vuedx/typecheck": "^0.3.1-insiders-1606311019.0",
"@vuedx/typescript-plugin-vue": "^0.3.1-insiders-1606311019.0",
"lerna": "^3.22.1",
"sass": "^1.30.0",
"typescript": "^4.1.2",
"vite": "^1.0.0-rc.13"
}
2020-05-19 11:45:14 +00:00
}