peripatos.free.technology/package.json

38 lines
873 B
JSON

{
"name": "peripatos",
"private": true,
"version": "3.3.1",
"type": "module",
"license": "MIT",
"author": {
"name": "Institute of Free Technology",
"url": "https://free.technology/",
"email": "info@free.technology"
},
"repository": {
"type": "git",
"url": "https://github.com/acid-info/peripatos.free.technology"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tailwindcss": "^3.4.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.12"
},
"engines": {
"node": ">=18.17.0"
}
}