Files
akvorado/console/frontend/package.json
Vincent Bernat 2eee9bd6cd build: switch to npm
We have little reason to use Yarn now. Moreover, Yarn requires to
embed itself into the repository and that's something I'd like to
avoid.

Fix #2
2022-07-14 16:03:36 +02:00

49 lines
1.3 KiB
JSON

{
"name": "akvorado",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint {src/**/,}*.{js,vue}",
"format": "prettier --loglevel warn --write {src/**/,}*.{js,vue,html}"
},
"dependencies": {
"@codemirror/autocomplete": "^6.0.1",
"@codemirror/commands": "^6.0.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@headlessui/vue": "1.6.1",
"@heroicons/vue": "^1.0.6",
"@lezer/generator": "^1.0.0",
"@vueuse/core": "^8.6.0",
"@vueuse/router": "^8.6.0",
"echarts": "^5.3.3",
"lodash-es": "^4.17.21",
"lz-string": "^1.4.4",
"sugar-date": "^2.0.6",
"uuid": "^8.3.2",
"vue": "^3.2.37",
"vue-echarts": "^6.0.3",
"vue-resizer": "^1.1.9",
"vue-router": "^4.0.16",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^3.0.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.2.0",
"license-compliance": "^1.2.3",
"postcss": "^8.4.14",
"prettier": "^2.7.0",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.1.2",
"vite": "^3.0.0"
}
}