-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 KB
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": "flamework-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rbxtsc --rojo serve.project.json",
"postbuild": "rojo serve serve.project.json",
"prewatch": "rbxtsc --rojo serve.project.json",
"watch": "rbxtsc -w --rojo serve.project.json",
"predevbuild": "rbxtsc --rojo build.project.json",
"devbuild": "rojo build -o devbuild.rbxl build.project.json",
"postdevbuild": "start devbuild.rbxl"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rbxts/compiler-types": "^2.0.2-types.0",
"@rbxts/types": "^1.0.709",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-roblox-ts": "^0.0.30",
"prettier": "^2.3.2",
"rbxts-transformer-flamework": "^1.0.0-beta.21",
"roblox-ts": "^2.1.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@flamework/components": "^1.0.0-beta.21",
"@flamework/core": "^1.0.0-beta.21",
"@flamework/networking": "^1.0.0-beta.21",
"@rbxts/beacon": "^2.1.1",
"@rbxts/canim": "^0.3.1",
"@rbxts/roact": "^1.4.4-ts.0",
"@rbxts/roact-spring": "^2.0.0",
"@rbxts/services": "^1.5.1",
"@rbxts/set-timeout": "^1.1.2"
}
}