28 lines
592 B
JSON
28 lines
592 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"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^30.0.2",
|
|
"sass": "^1.89.2"
|
|
}
|
|
}
|