Files
classquiz-ai/frontend/package.json
T
Mawoka 13ea3c5166 🚨
2022-04-26 18:54:39 +02:00

72 lines
2.3 KiB
JSON

{
"name": "frontend",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "NODE_ENV=production svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit 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.0.7",
"@felte/validator-yup": "^1.0.5",
"@fontsource/marck-script": "^4.5.5",
"@sentry/browser": "^6.19.6",
"@sentry/tracing": "^6.19.6",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "^1.0.0-next.73",
"@sveltejs/kit": "next",
"@tailwindcss/typography": "^0.5.2",
"@types/cookie": "^0.5.0",
"@types/js-cookie": "^3.0.1",
"@types/luxon": "^2.3.1",
"@types/ua-parser-js": "^0.7.36",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"autoprefixer": "^10.4.4",
"cookie": "^0.5.0",
"cssnano": "^5.1.7",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.4.1",
"felte": "^1.1.7",
"highlight.js": "^11.5.1",
"i18next-browser-languagedetector": "^6.1.4",
"ioredis": "^5.0.4",
"js-cookie": "^3.0.1",
"luxon": "^2.3.1",
"mapbox-gl": "^2.8.1",
"node-fetch": "^3.2.3",
"postcss": "^8.4.12",
"postcss-load-config": "^3.1.4",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.50.0",
"socket.io-client": "^4.4.1",
"svelte": "^3.47.0",
"svelte-check": "^2.7.0",
"svelte-preprocess": "^4.10.6",
"svelte-tippy": "^1.3.2",
"swiper": "^8.1.0",
"tailwindcss": "^3.0.24",
"tippy.js": "^6.3.7",
"tslib": "^2.3.1",
"typescript": "~4.6.3",
"ua-parser-js": "^1.0.2",
"vite-plugin-iso-import": "^0.1.3",
"yup": "^0.32.11"
},
"type": "module",
"dependencies": {
"i18next": "^21.6.16"
}
}