Files
classquiz-ai/frontend/package.json
T
2022-07-09 23:02:59 +02:00

82 lines
2.5 KiB
JSON

{
"name": "frontend",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "NODE_ENV=production vite build",
"package": "vite package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . '!src/lib/i18n/locales/*.json' && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. . '!src/lib/i18n/locales/*.json'",
"run:prod": "node index.js",
"translations-scan": "i18next-scanner --config i18next-scanner.config.engine.cjs src/**/*.svelte"
},
"devDependencies": {
"@beyonk/svelte-mapbox": "^8.1.4",
"@felte/reporter-tippy": "^1.1.2",
"@felte/validator-yup": "^1.0.8",
"@fontsource/marck-script": "^4.5.9",
"@sentry/browser": "^7.5.1",
"@sentry/tracing": "^7.5.1",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "1.0.0-next.78",
"@sveltejs/kit": "next",
"@tailwindcss/typography": "^0.5.3",
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.2",
"@types/luxon": "^2.3.2",
"@types/ua-parser-js": "^0.7.36",
"@types/yup": "^0.29.14",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@uppy/compressor": "^0.3.0",
"@uppy/core": "^2.3.1",
"@uppy/dashboard": "^2.3.0",
"@uppy/drop-target": "^1.1.3",
"@uppy/image-editor": "^1.3.0",
"@uppy/svelte": "^1.0.8",
"@uppy/xhr-upload": "^2.1.2",
"autoprefixer": "^10.4.7",
"cookie": "^0.5.0",
"crypto-js": "^4.1.1",
"cssnano": "^5.1.12",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"felte": "^1.2.2",
"highlight.js": "^11.5.1",
"i18next-browser-languagedetector": "^6.1.4",
"ioredis": "^5.1.0",
"js-cookie": "^3.0.1",
"luxon": "^2.4.0",
"mapbox-gl": "^2.9.1",
"plausible-tracker": "^0.3.8",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.53.0",
"socket.io-client": "^4.5.1",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"svelte-range-slider-pips": "^2.0.3",
"svelte-tippy": "^1.3.2",
"swiper": "^8.3.0",
"tailwindcss": "^3.1.5",
"tippy.js": "^6.3.7",
"tslib": "^2.4.0",
"typescript": "~4.7.4",
"ua-parser-js": "^1.0.2",
"vite": "^2.9.14",
"vite-plugin-iso-import": "^0.1.3",
"yup": "^0.32.11"
},
"type": "module",
"dependencies": {
"i18next": "^21.8.13"
}
}