update & refactor scritps
This commit is contained in:
47
package.json
47
package.json
@@ -19,10 +19,9 @@
|
||||
"format": "prettier --write .",
|
||||
"postinstall": "husky install",
|
||||
"lint": "eslint .",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"svelte:build": "vite build",
|
||||
"svelte:check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"svelte:dev": "vite dev",
|
||||
"svelte:preview": "vite preview"
|
||||
"svelte:dev": "vite dev"
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{js,ts,svelte}": "eslint --cache --fix",
|
||||
@@ -30,38 +29,42 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fontsource/roboto": "^4.5.8",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.3.0",
|
||||
"@fortawesome/free-regular-svg-icons": "^6.3.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
||||
"@tauri-apps/api": "^1.2.0",
|
||||
"@tauri-apps/cli": "^1.2.3",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.4.0",
|
||||
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^2.2.0",
|
||||
"@tauri-apps/api": "^1.3.0",
|
||||
"@tauri-apps/cli": "^1.3.1",
|
||||
"@tsconfig/svelte": "^4.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
||||
"@typescript-eslint/parser": "^5.56.0",
|
||||
"@types/node": "^20.1.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
||||
"@typescript-eslint/parser": "^5.59.5",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"daisyui": "^2.51.5",
|
||||
"eslint": "^8.36.0",
|
||||
"daisyui": "^2.51.6",
|
||||
"eslint": "^8.40.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-svelte3": "^4.0.0",
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.2.0",
|
||||
"postcss": "^8.4.21",
|
||||
"lint-staged": "^13.2.2",
|
||||
"postcss": "^8.4.23",
|
||||
"postcss-load-config": "^4.0.1",
|
||||
"prettier": "^2.8.7",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-svelte": "^2.10.0",
|
||||
"svelte": "^3.57.0",
|
||||
"svelte-check": "^3.1.4",
|
||||
"prettier-plugin-tailwindcss": "^0.2.8",
|
||||
"svelte": "^3.59.1",
|
||||
"svelte-check": "^3.3.2",
|
||||
"svelte-fa": "^3.0.3",
|
||||
"svelte-preprocess": "^5.0.3",
|
||||
"tailwindcss": "^3.2.7",
|
||||
"svelte-spa-router": "^3.3.0",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"tailwindcss-hero-patterns": "^0.1.2",
|
||||
"tinro": "^0.6.12",
|
||||
"tslib": "^2.5.0",
|
||||
"typescript": "^5.0.2",
|
||||
"vite": "^4.2.1"
|
||||
"typescript": "^5.0.4",
|
||||
"vite": "^4.3.5"
|
||||
},
|
||||
"packageManager": "pnpm@7.9.3"
|
||||
}
|
||||
|
Reference in New Issue
Block a user