mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-03 16:42:56 +00:00
65 lines
2.2 KiB
JSON
65 lines
2.2 KiB
JSON
{
|
|
"name": "amacc1ng",
|
|
"version": "0.3.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm-run-all --parallel vite typesafe-i18n",
|
|
"vite": "vite dev",
|
|
"build": "typesafe-i18n --no-watch && vite build",
|
|
"test": "vitest run --coverage",
|
|
"preview": "vite preview",
|
|
"postinstall": "patch-package",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
|
|
"minify-icons": "ts-node-esm src/tools/minify-icon-font.ts",
|
|
"lint": "prettier --plugin-search-dir . --check .",
|
|
"format": "prettier --plugin-search-dir . --write .",
|
|
"typesafe-i18n": "typesafe-i18n"
|
|
},
|
|
"devDependencies": {
|
|
"@theaninova/prettier-config": "^1.0.0",
|
|
"@types/w3c-web-serial": "^1.0.3",
|
|
"@types/dom-view-transitions": "^1.0.1",
|
|
"@types/flexsearch": "^0.7.3",
|
|
"@vite-pwa/sveltekit": "^0.2.5",
|
|
"@fontsource-variable/noto-sans-mono": "^5.0.4",
|
|
"@fontsource-variable/material-symbols-rounded": "^5.0.4",
|
|
"stylelint": "^15.9.0",
|
|
"stylelint-config-standard-scss": "^10.0.0",
|
|
"stylelint-config-prettier-scss": "^1.0.0",
|
|
"stylelint-config-html": "^1.1.0",
|
|
"stylelint-config-recommended-scss": "^12.0.0",
|
|
"stylelint-config-clean-order": "^5.0.1",
|
|
"glob": "^10.3.1",
|
|
"cypress": "^12.17.1",
|
|
"flexsearch": "^0.7.31",
|
|
"@sveltejs/adapter-static": "^2.0.2",
|
|
"@sveltejs/kit": "^1.20.4",
|
|
"@sveltejs/vite-plugin-svelte": "^2.4.2",
|
|
"jsdom": "^22.1.0",
|
|
"@material/material-color-utilities": "^0.2.7",
|
|
"fontkit": "^2.0.2",
|
|
"prettier": "^2.8.0",
|
|
"prettier-plugin-svelte": "^2.10.1",
|
|
"patch-package": "^8.0.0",
|
|
"svelte": "^4.0.0",
|
|
"svelte-check": "^3.4.3",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.0",
|
|
"typesafe-i18n": "^5.25.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"vitest": "^0.33.0",
|
|
"vite": "^4.3.6",
|
|
"vite-plugin-pwa": "^0.16.4",
|
|
"@modyfi/vite-plugin-yaml": "^1.0.4",
|
|
"svelte-preprocess": "^5.0.4",
|
|
"vite-plugin-mkcert": "^1.16.0",
|
|
"tippy.js": "^6.3.7",
|
|
"autoprefixer": "^10.4.14",
|
|
"sass": "^1.63.6"
|
|
},
|
|
"type": "module",
|
|
"prettier": "@theaninova/prettier-config"
|
|
}
|