gauntlet-cswimr-plugins/package.json

33 lines
834 B
JSON
Raw Normal View History

2024-10-17 15:20:23 -04:00
{
2024-10-19 16:54:59 -04:00
"name": "cswimr-gauntlet-plugins",
2024-12-23 14:15:04 -05:00
"license": "MIT",
2024-10-17 15:20:23 -04:00
"scripts": {
"publish": "gauntlet publish",
"build": "gauntlet build",
"dev": "gauntlet dev",
2024-12-23 01:32:23 -05:00
"format": "eslint --fix ."
2024-10-17 15:20:23 -04:00
},
"dependencies": {
2024-12-22 11:42:50 -05:00
"@project-gauntlet/api": "0.12.0",
"fuse": "^0.12.1",
2024-12-22 17:38:34 -05:00
"unicode-emoji": "^2.6.0",
2024-10-19 16:54:59 -04:00
"which": "^5.0.0"
2024-10-17 15:20:23 -04:00
},
"devDependencies": {
"@eslint/js": "^9.17.0",
2024-12-22 11:42:50 -05:00
"@project-gauntlet/tools": "0.9.0",
"@types/deno": "^2.0.0",
"@types/react": "^19.0.2",
2024-10-19 16:54:59 -04:00
"@types/which": "^3.0.4",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^9.17.0",
2024-12-22 16:46:54 -05:00
"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"
2024-10-17 15:20:23 -04:00
}
}