42 lines
904 B
JSON
42 lines
904 B
JSON
|
{
|
||
|
"name": "terminal",
|
||
|
"private": true,
|
||
|
"version": "3.3.1",
|
||
|
"type": "module",
|
||
|
"license": "MIT",
|
||
|
"author": {
|
||
|
"name": "Yassine Fathi",
|
||
|
"url": "https://fathi.me",
|
||
|
"email": "yassine@fathi.me"
|
||
|
},
|
||
|
"funding": {
|
||
|
"type": "Paypal",
|
||
|
"url": "https://paypal.me/yfthi"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/m4tt72/terminal"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
}
|