theme/package.json
2025-05-10 03:49:47 +08:00

17 lines
333 B
JSON

{
"name": "theme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.10.0",
"devDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
}
}