-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "chess",
"version": "1.0.0",
"description": "haha chess go brr",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "run-script-os",
"build:windows": "cls && rbxtsc-dev --verbose --usePolling --watch",
"build:linux": "clear && rbxtsc-dev --verbose --usePolling --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^1.0.0-types.0",
"@rbxts/types": "^1.0.459",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jsdoc": "^30.7.13",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-roblox-ts": "^0.0.25",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.1.2",
"run-script-os": "^1.1.5"
},
"dependencies": {
"@rbxts/roact": "^1.3.0-ts.10",
"@rbxts/roact-rodux": "^0.1.2",
"@rbxts/rodux": "^1.1.0",
"@rbxts/services": "^1.1.2",
"@rbxts/t": "^2.1.1"
}
}