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": {
|
2021-03-08 15:29:35 +00:00
|
|
|
"dev": "concurrently 'vuedx-typecheck --no-pretty --watch ./src' 'vite'",
|
|
|
|
"build": "vuedx-typecheck --no-pretty ./src && vite build"
|
2020-12-30 13:34:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-03-08 16:45:21 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
"vue": "^3.0.7"
|
2020-12-30 13:34:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-08 16:45:21 +00:00
|
|
|
"@vitejs/plugin-vue-jsx": "^1.1.2",
|
|
|
|
"@vue/compiler-sfc": "^3.0.7",
|
2021-02-22 12:35:56 +00:00
|
|
|
"@vuedx/typecheck": "^0.6.3",
|
|
|
|
"@vuedx/typescript-plugin-vue": "^0.6.3",
|
2021-03-08 15:29:35 +00:00
|
|
|
"concurrently": "^6.0.0",
|
2020-12-30 13:34:23 +00:00
|
|
|
"lerna": "^3.22.1",
|
2021-03-08 16:45:21 +00:00
|
|
|
"sass": "^1.32.8",
|
|
|
|
"typescript": "^4.2.3",
|
|
|
|
"vite": "^2.0.5"
|
2020-12-30 13:34:23 +00:00
|
|
|
}
|
2020-05-19 11:45:14 +00:00
|
|
|
}
|