106 lines
4.0 KiB
JSON
106 lines
4.0 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"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-storybook": "rm -rf ../server/vbv_lernwelt/static/storybook/* && storybook build -o ../server/vbv_lernwelt/static/storybook",
|
|
"build:tailwind": "tailwindcss -i tailwind.css -o ../server/vbv_lernwelt/static/css/tailwind.css --minify",
|
|
"codegen": "graphql-codegen",
|
|
"codegen:watch": "graphql-codegen --watch",
|
|
"coverage": "vitest run --coverage",
|
|
"cypress:open": "cypress open",
|
|
"dev": "vite",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"prettier": "prettier . --write",
|
|
"prettier:check": "prettier . --check",
|
|
"storybook": "storybook dev -p 6006",
|
|
"tailwind": "tailwindcss -i tailwind.css -o ../server/vbv_lernwelt/static/css/tailwind.css --watch",
|
|
"test": "vitest run",
|
|
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
"vue-i18n-extract": "vue-i18n-extract report"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/tailwindcss": "^0.1.2",
|
|
"@headlessui/vue": "1.7.7",
|
|
"@sentry/tracing": "^7.20.0",
|
|
"@sentry/vue": "^7.20.0",
|
|
"@urql/devtools": "^2.0.3",
|
|
"@urql/exchange-graphcache": "^6.0.4",
|
|
"@urql/vue": "^1.1.1",
|
|
"@vueuse/core": "^9.13.0",
|
|
"@vueuse/router": "^10.1.2",
|
|
"cypress": "^12.9.0",
|
|
"d3": "^7.6.1",
|
|
"dayjs": "^1.11.7",
|
|
"graphql": "^16.6.0",
|
|
"lodash": "^4.17.21",
|
|
"loglevel": "^1.8.0",
|
|
"mitt": "^3.0.0",
|
|
"pinia": "^2.0.21",
|
|
"vue": "^3.2.38",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-i18n-extract": "^2.0.7",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^2.13.12",
|
|
"@graphql-codegen/client-preset": "^1.1.4",
|
|
"@rollup/plugin-alias": "^4.0.3",
|
|
"@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": "^7.0.0",
|
|
"@types/d3": "^7.4.0",
|
|
"@types/jsdom": "^21.1.1",
|
|
"@types/lodash": "^4.14.184",
|
|
"@types/node": "^18.7.14",
|
|
"@vitejs/plugin-vue": "4.1",
|
|
"@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.37",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-cypress": "^2.13.3",
|
|
"eslint-plugin-storybook": "^0.6.11",
|
|
"eslint-plugin-vue": "^9.4.0",
|
|
"jsdom": "^21.1.1",
|
|
"postcss": "^8.4.14",
|
|
"postcss-import": "^15.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": "^13.2.2",
|
|
"start-server-and-test": "^2.0.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": "^5.0.4",
|
|
"vite": "^4.2.1",
|
|
"vitest": "^0.29.8",
|
|
"vue-eslint-parser": "^9.2.1",
|
|
"vue-tsc": "^1.0.9"
|
|
}
|
|
}
|