97 lines
3.7 KiB
JSON
97 lines
3.7 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build && node versionize && cp ./dist/index.html ../server/vbv_lernwelt/templates/vue/index.html && rm -rf ../server/vbv_lernwelt/static/vue/* && cp -r ./dist/static/vue ../server/vbv_lernwelt/static/ && npm run build-storybook",
|
|
"build:tailwind": "tailwindcss -i tailwind.css -o ../server/vbv_lernwelt/static/css/tailwind.css --minify",
|
|
"codegen": "graphql-codegen",
|
|
"test": "vitest run",
|
|
"coverage": "vitest run --coverage",
|
|
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"vue-i18n-extract": "vue-i18n-extract report",
|
|
"prettier": "prettier . --write",
|
|
"prettier:check": "prettier . --check",
|
|
"tailwind": "tailwindcss -i tailwind.css -o ../server/vbv_lernwelt/static/css/tailwind.css --watch",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "rm -rf ../server/vbv_lernwelt/static/storybook/* && storybook build -o ../server/vbv_lernwelt/static/storybook"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/tailwindcss": "^0.1.2",
|
|
"@headlessui/vue": "^1.6.7",
|
|
"@sentry/tracing": "^7.20.0",
|
|
"@sentry/vue": "^7.20.0",
|
|
"@urql/vue": "^1.0.2",
|
|
"@vueuse/core": "^9.13.0",
|
|
"d3": "^7.6.1",
|
|
"dayjs": "^1.11.7",
|
|
"graphql": "^16.6.0",
|
|
"lodash": "^4.17.21",
|
|
"loglevel": "^1.8.0",
|
|
"pinia": "^2.0.21",
|
|
"vue": "^3.2.38",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-i18n-extract": "^2.0.7",
|
|
"vue-router": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^2.13.12",
|
|
"@graphql-codegen/client-preset": "^1.1.4",
|
|
"@rollup/plugin-alias": "^3.1.9",
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
"@savvywombat/tailwindcss-grid-areas": "^3.0.0",
|
|
"@storybook/addon-a11y": "^7.0.0-rc.5",
|
|
"@storybook/addon-essentials": "^7.0.0-rc.5",
|
|
"@storybook/addon-interactions": "^7.0.0-rc.5",
|
|
"@storybook/addon-links": "^7.0.0-rc.5",
|
|
"@storybook/addons": "^7.0.0-rc.5",
|
|
"@storybook/blocks": "^7.0.0-rc.5",
|
|
"@storybook/manager-api": "^7.0.0-rc.5",
|
|
"@storybook/testing-library": "^0.0.14-next.1",
|
|
"@storybook/theming": "^7.0.0-rc.5",
|
|
"@storybook/vue3": "^7.0.0-rc.5",
|
|
"@storybook/vue3-vite": "^7.0.0-rc.5",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@testing-library/vue": "^6.6.1",
|
|
"@types/d3": "^7.4.0",
|
|
"@types/jsdom": "^20.0.0",
|
|
"@types/lodash": "^4.14.184",
|
|
"@types/node": "^18.7.14",
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"@volar/vue-typescript": "^1.0.9",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
"@vue/test-utils": "^2.0.2",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"autoprefixer": "^10.4.8",
|
|
"eslint": "8.22.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-storybook": "^0.6.11",
|
|
"eslint-plugin-vue": "^9.4.0",
|
|
"jsdom": "^20.0.0",
|
|
"postcss": "^8.4.14",
|
|
"postcss-import": "^14.1.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-organize-imports": "^3.1.1",
|
|
"prettier-plugin-sort-json": "^1.0.0",
|
|
"prettier-plugin-tailwindcss": "^0.2.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"replace-in-file": "^6.3.5",
|
|
"sass": "^1.54.6",
|
|
"sass-loader": "^12.6.0",
|
|
"start-server-and-test": "^1.14.0",
|
|
"storybook": "^7.0.0-rc.5",
|
|
"storybook-addon-designs": "^v7.0.0-beta.2",
|
|
"storybook-tailwind-foundations": "^1.1.2",
|
|
"storybook-vue3-router": "^3.0.0-next.1",
|
|
"tailwindcss": "^3.1.8",
|
|
"typescript": "^4.8.2",
|
|
"vite": "^3.0.9",
|
|
"vitest": "^0.22.1",
|
|
"vue-tsc": "^1.0.9"
|
|
}
|
|
}
|