mirror of
				https://github.com/pagefaultgames/pokerogue.git
				synced 2025-11-04 10:21:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1023 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1023 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"name": "pokemon-rogue-battle",
 | 
						|
	"private": true,
 | 
						|
	"version": "1.0.0",
 | 
						|
	"type": "module",
 | 
						|
	"scripts": {
 | 
						|
		"start": "vite",
 | 
						|
		"start:dev": "vite --mode development",
 | 
						|
		"build": "vite build",
 | 
						|
		"preview": "vite preview",
 | 
						|
		"test": "vitest run",
 | 
						|
		"test:cov": "vitest run --coverage",
 | 
						|
		"test:watch": "vitest watch --coverage"
 | 
						|
	},
 | 
						|
	"devDependencies": {
 | 
						|
		"@vitest/coverage-istanbul": "^1.4.0",
 | 
						|
		"axios": "^1.6.2",
 | 
						|
		"axios-cache-interceptor": "^1.3.2",
 | 
						|
		"eslint": "^8.25.0",
 | 
						|
		"jsdom": "^24.0.0",
 | 
						|
		"json-beautify": "^1.1.1",
 | 
						|
		"phaser3spectorjs": "^0.0.8",
 | 
						|
		"pokenode-ts": "^1.20.0",
 | 
						|
		"typescript": "^5.0.3",
 | 
						|
		"vite": "^4.5.0",
 | 
						|
		"vite-plugin-fs": "^0.4.4",
 | 
						|
		"vitest": "^1.4.0",
 | 
						|
		"vitest-canvas-mock": "^0.3.3"
 | 
						|
	},
 | 
						|
	"dependencies": {
 | 
						|
		"@material/material-color-utilities": "^0.2.7",
 | 
						|
		"crypto-js": "^4.2.0",
 | 
						|
		"json-stable-stringify": "^1.1.0",
 | 
						|
		"phaser": "^3.70.0",
 | 
						|
		"phaser3-rex-plugins": "^1.1.84"
 | 
						|
	},
 | 
						|
	"engines": {
 | 
						|
		"node": ">=18.0.0"
 | 
						|
	},
 | 
						|
	"imports": {
 | 
						|
		"#app": "./src/main.js",
 | 
						|
		"#app/*": "./src/*"
 | 
						|
	}
 | 
						|
}
 |