postjs/package.json
2025-06-20 19:14:12 +08:00

25 lines
544 B
JSON

{
"name": "postjs",
"packageManager": "yarn@3.2.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.37.2",
"axios": "^1.10.0",
"bulma": "^1.0.4",
"rollup": "^4.44.0",
"zustand": "^5.0.5"
}
}