forked from m4tt72/terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "terminal",
"private": true,
"version": "3.3.3",
"type": "module",
"license": "MIT",
"author": {
"name": "Yassine Fathi",
"url": "https://fathi.me",
"email": "[email protected]"
},
"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.1.1",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"svelte": "^4.2.19",
"svelte-check": "^3.8.5",
"tailwindcss": "^3.4.10",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.4.1"
},
"engines": {
"node": ">=18.17.0"
}
}