Files
cosmique/package.json
2025-07-08 21:57:02 +02:00

50 lines
1.4 KiB
JSON

{
"name": "rayon-cosmique",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "A hex editor for corrupting image files with cosmic randomness",
"author": {
"name": "Raphaël Forment (BuboBubo)",
"email": "raphael.forment@gmail.com"
},
"repository": {
"type": "git",
"url": "https://git.raphaelforment.fr/BuboBubo/cosmique.git"
},
"homepage": "https://git.raphaelforment.fr/BuboBubo/cosmique",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@nanostores/react": "^1.0.0",
"nanostores": "^1.0.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"typescript": "^5.8.3",
"vite": "^7.0.3"
}
}