46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "aconit",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rbxtsc",
|
|
"watch": "rbxtsc -w",
|
|
"lint": "eslint",
|
|
"prettier": "prettier",
|
|
"production": "darklua minify out out"
|
|
},
|
|
"keywords": [],
|
|
"author": "Aconit team",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@rbxts/compiler-types": "3.0.0-types.0",
|
|
"@rbxts/services": "^1.6.0",
|
|
"@rbxts/signal": "^1.1.1",
|
|
"@rbxts/t": "^3.2.1",
|
|
"@rbxts/types": "^1.0.896",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-roblox-ts": "^1.3.0",
|
|
"prettier": "^3.7.4",
|
|
"rbxts-transformer-flamework": "^1.3.2",
|
|
"rbxts-transformer-instances": "^1.0.1",
|
|
"rbxts-transformer-services": "^1.1.1",
|
|
"roblox-ts": "^3.0.0",
|
|
"typescript": "~5.5.4",
|
|
"typescript-eslint": "^8.49.0"
|
|
},
|
|
"dependencies": {
|
|
"@flamework/components": "^1.3.2",
|
|
"@flamework/core": "^1.3.2",
|
|
"@flamework/networking": "^1.3.2",
|
|
"@rbxts/object-utils": "^1.0.4",
|
|
"@rbxts/pretty-react-hooks": "^0.6.4",
|
|
"@rbxts/react": "^17.2.3",
|
|
"@rbxts/react-roblox": "^17.2.3"
|
|
}
|
|
}
|