pokerogue/package.json

28 lines
593 B
JSON
Raw Normal View History

2023-03-28 18:54:52 +00:00
{
2023-04-04 00:47:41 +00:00
"name": "pokemon-rogue-battle",
2023-03-28 18:54:52 +00:00
"private": true,
2023-04-04 00:47:41 +00:00
"version": "0.0.1",
2023-03-28 18:54:52 +00:00
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
2023-11-30 21:37:16 +00:00
"axios": "^1.6.2",
"axios-cache-interceptor": "^1.3.2",
2023-03-28 18:54:52 +00:00
"eslint": "^8.25.0",
2023-03-31 20:04:39 +00:00
"json-beautify": "^1.1.1",
2023-11-30 21:37:16 +00:00
"pokenode-ts": "^1.20.0",
2023-04-01 03:06:52 +00:00
"typescript": "^5.0.3",
"vite": "^4.5.0",
2023-12-22 01:58:00 +00:00
"vite-plugin-fs": "^0.4.4"
2023-03-28 18:54:52 +00:00
},
"dependencies": {
2023-11-24 04:52:13 +00:00
"@material/material-color-utilities": "^0.2.7",
2023-11-30 21:37:16 +00:00
"json-stable-stringify": "^1.1.0",
2023-11-10 21:41:02 +00:00
"phaser": "^3.70.0",
2023-03-31 20:04:39 +00:00
"phaser3-rex-plugins": "^1.1.84"
2023-03-28 18:54:52 +00:00
}
}