mirror of
https://github.com/Adamcake/Bolt.git
synced 2026-04-17 15:56:53 -04:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "vite_app",
|
|
"version": "0.0.0",
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.2",
|
|
"@tsconfig/svelte": "^5.0.2",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"prettier-plugin-tailwindcss": "^0.5.13",
|
|
"svelte": "^4.2.12",
|
|
"svelte-check": "^3.6.7",
|
|
"tailwindcss": "^3.4.4",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.4.3",
|
|
"typescript-eslint": "^7.4.0",
|
|
"vite": "^5.2.0",
|
|
"vite-tsconfig-paths": "^4.3.2",
|
|
"vitest": "^1.2.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite build --watch --mode development",
|
|
"watch": "vite build --watch --mode development",
|
|
"build": "vite build",
|
|
"minify": "vite build --minify",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"test": "vitest",
|
|
"eslint": "eslint .",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"type": "module"
|
|
}
|