forked from halftheopposite/TOSIOS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.35 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
44
45
46
{
"name": "tosios",
"version": "0.16.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/halftheopposite/tosios"
},
"author": {
"name": "Aymeric Chauvin",
"url": "https://halftheopposite.dev"
},
"workspaces": [
"packages/*"
],
"scripts": {
"client": "yarn workspace @tosios/client",
"common": "yarn workspace @tosios/common",
"server": "yarn workspace @tosios/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.0",
"@types/cors": "^2.8.6",
"@types/howler": "^2.2.1",
"@types/jest": "^24.0.25",
"@types/node": "^13.1.2",
"@types/pixi.js": "^5.0.0",
"@types/querystringify": "^2.0.0",
"@types/rbush": "^3.0.0",
"@types/reach__router": "^1.2.6",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.14",
"concurrently": "^7.0.0",
"esbuild": "^0.14.25",
"esbuild-plugin-svgr": "^1.0.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}