31 lines
956 B
JSON
31 lines
956 B
JSON
{
|
|
"name": "slime-genesis-poc",
|
|
"version": "0.1.0",
|
|
"description": "Proof of Concept for Slime Genesis: The Awakening of the Entity",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --max-warnings 0",
|
|
"lint:fix": "eslint src --fix",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
|
|
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
|
|
"prepare": "husky || true"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
"@typescript-eslint/parser": "^8.52.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"globals": "^17.0.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.7",
|
|
"prettier": "^3.7.4",
|
|
"terser": "^5.44.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.52.0",
|
|
"vite": "^7.3.0"
|
|
}
|
|
}
|