-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 897 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
{
"name": "exit-game",
"private": true,
"version": "3.3.1",
"type": "module",
"license": "MIT",
"author": {
"name": "Logos",
"url": "https://exit.logos.co/",
"email": "exit@logos.co"
},
"repository": {
"type": "git",
"url": "https://github.com/acid-info/exit.logos.co"
},
"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"
},
"dependencies": {
"@sveltejs/adapter-static": "^3.0.2"
}
}