56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "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=. . && eslint --ignore-path .gitignore .",
|
|
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
|
|
"run:prod": "node index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@felte/validator-yup": "^1.0.1",
|
|
"@fontsource/marck-script": "^4.5.2",
|
|
"@sentry/browser": "^6.18.2",
|
|
"@sentry/tracing": "^6.18.2",
|
|
"@sveltejs/adapter-auto": "next",
|
|
"@sveltejs/adapter-node": "^1.0.0-next.70",
|
|
"@sveltejs/kit": "next",
|
|
"@tailwindcss/typography": "^0.5.0-alpha.3",
|
|
"@types/luxon": "^2.0.9",
|
|
"@types/yup": "^0.29.13",
|
|
"@typescript-eslint/eslint-plugin": "^5.10.1",
|
|
"@typescript-eslint/parser": "^5.10.1",
|
|
"autoprefixer": "^10.4.2",
|
|
"cookie": "^0.4.2",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-svelte3": "^3.2.1",
|
|
"felte": "^1.0.1",
|
|
"highlight.js": "^11.4.0",
|
|
"ioredis": "^4.28.5",
|
|
"js-cookie": "^3.0.1",
|
|
"luxon": "^2.3.1",
|
|
"node-fetch": "^3.2.0",
|
|
"postcss": "^8.4.5",
|
|
"postcss-load-config": "^3.1.1",
|
|
"prettier": "^2.5.1",
|
|
"prettier-plugin-svelte": "^2.5.0",
|
|
"sass": "^1.49.9",
|
|
"socket.io-client": "^4.4.1",
|
|
"svelte": "^3.44.0",
|
|
"svelte-check": "^2.2.6",
|
|
"svelte-preprocess": "^4.10.1",
|
|
"sveltejs-tippy": "^3.0.0",
|
|
"tailwindcss": "^3.0.12",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "~4.5.4",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"type": "module"
|
|
}
|