luoxu-api-pub/package.json

22 lines
475 B
JSON
Raw Normal View History

2021-10-01 05:10:49 +00:00
{
"name": "svelte-app",
"version": "1.0.0",
"private": true,
2023-10-06 07:06:20 +00:00
"type": "module",
2021-10-01 05:10:49 +00:00
"scripts": {
2023-10-06 07:06:20 +00:00
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
2022-06-18 06:08:30 +00:00
"check": "svelte-check --tsconfig ./tsconfig.json"
2021-10-01 05:10:49 +00:00
},
"devDependencies": {
2023-10-06 07:06:20 +00:00
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^5.0.0",
"svelte": "^4.0.0",
"svelte-check": "^3.5.2",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"vite": "^4.4.12"
2021-10-01 05:10:49 +00:00
}
2022-06-18 06:23:41 +00:00
}