postjs/package.json
2025-06-30 16:06:54 +08:00

44 lines
1.1 KiB
JSON

{
"name": "postjs",
"version": "1.0.0",
"description": "",
"main": "dist/postjs.cjs.js",
"module": "dist/post.esm.js",
"browser": "dist/post.js",
"scripts": {
"build": "npx rollup -c",
"dev": "npx rollup -c -w",
"test": "node test/test.js",
"pretest": "npm run build"
},
"files": [
"dist"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.37.2",
"@nanostores/i18n": "^1.0.1",
"axios": "^1.10.0",
"bulma": "^1.0.4",
"nanostores": "^1.0.1",
"tslib": "^2.8.1",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^8.3.0",
"postcss": "^8.5.6",
"rollup": "^2.79.1",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.89.2",
"terser": "^5.43.1",
"typescript": "^5.8.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}