-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 985 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
{
"name": "snake-game-ts",
"description": "The Snake Game in TypeScript",
"version": "1.0.0",
"author": {
"name": "Estéban Piecourt",
"email": "esteban.piecourt@gmail.com",
"url": "https://github.com/estxbxn"
},
"scripts": {
"dev": "solid-start dev",
"deploy": "solid-start dev --host",
"build": "solid-start build",
"start": "solid-start start"
},
"type": "module",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"solid-devtools": "^0.27.3",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"solid-js": "^1.7.6",
"solid-start": "^0.3.5",
"solid-start-vercel": "^0.3.5",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"solid-devtools": "^0.27.3",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.7.0"
}
}