30 lines
791 B
JSON
30 lines
791 B
JSON
{
|
|
"name": "cswimr-gauntlet-plugins",
|
|
"scripts": {
|
|
"publish": "gauntlet publish",
|
|
"build": "gauntlet build",
|
|
"dev": "gauntlet dev",
|
|
"format": "eslint --fix ."
|
|
},
|
|
"dependencies": {
|
|
"@project-gauntlet/api": "0.12.0",
|
|
"unicode-emoji": "^2.6.0",
|
|
"which": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@project-gauntlet/tools": "0.9.0",
|
|
"@types/deno": "^2.0.0",
|
|
"@types/react": "^19.0.2",
|
|
"@types/which": "^3.0.4",
|
|
"@typescript-eslint/parser": "^8.18.1",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"globals": "^15.14.0",
|
|
"prettier": "^3.4.2",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^8.18.1"
|
|
}
|
|
}
|