-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 KB
/
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
42
43
{
"name": "jouer",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/anig1scur/jouer"
},
"author": {
"name": "Eunice",
"url": "https://github.com/anig1scur"
},
"scripts": {
"start": "yarn serve",
"client": "yarn workspace @jouer/client",
"server": "yarn workspace @jouer/server",
"clean": "sh ./scripts/clean.sh",
"dev": "sh ./scripts/dev.sh",
"build": "ts-node ./scripts/build.ts",
"serve": "sh ./scripts/serve.sh"
},
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/howler": "^2.2.12",
"@types/node": "^22.7.5",
"@types/querystringify": "^2.0.2",
"@types/rbush": "^4.0.0",
"@types/react": "^18.3.11",
"concurrently": "^9.0.1",
"esbuild": "^0.14.25",
"esbuild-plugin-alias": "^0.2.1",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"tailwind-scrollbar": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"esbuild-plugin-tailwindcss": "^1.2.1",
"tailwindcss": "^3.4.14"
}
}