Erant-OldApp/package.json

28 lines
571 B
JSON
Raw Normal View History

2022-07-13 16:07:05 +00:00
{
2022-07-25 10:44:41 +00:00
"name": "geohry",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
2022-09-01 15:22:56 +00:00
"preview": "vite preview",
2022-09-08 07:19:43 +00:00
"php": "php -S localhost:8000 -t ./public"
2022-07-25 10:44:41 +00:00
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
2022-08-26 20:26:48 +00:00
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
2022-07-25 10:44:41 +00:00
"postcss-load-config": "^4.0.1",
"sass": "^1.53.0",
"svelte": "^3.49.0",
"svelte-preprocess": "^4.10.7",
2022-08-26 20:26:48 +00:00
"tailwindcss": "^3.1.8",
2022-07-25 10:44:41 +00:00
"vite": "^3.0.0"
},
"dependencies": {
2022-09-08 07:36:26 +00:00
"svelte-routing": "^1.6.0",
"yallist": "^4.0.0"
2022-07-25 10:44:41 +00:00
}
2022-07-13 16:07:05 +00:00
}