hoeditor-web
Version:
``` npm install ```
96 lines (95 loc) • 4.06 kB
JSON
{
"name": "hoeditor-web",
"version": "3.3.1",
"private": false,
"main": "lib/hoeditor.mjs",
"typings": "types/index.d.ts",
"scripts": {
"dev": "vite --force --host --port 8079",
"test": "node_modules/mocha/bin/mocha --reporter spec --require ts-node/register tests/unit/*.test.ts",
"major": "npm version major && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
"minor": "npm version minor && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
"patch": "npm version patch && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
"beta": "npm version prerelease --preid=beta && npm run createVersion && npm run lib && npm publish --tag beta . && cnpm sync hoeditor-web",
"rc": "npm version prerelease --preid=rc && npm run createVersion && npm run lib && npm publish --tag next . && cnpm sync hoeditor-web",
"lib:publish": "npm run setconfig && npm version patch && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
"lib:publish:beta": "npm run setconfig && npm version prerelease --preid=beta && npm run createVersion && npm run lib && npm publish --tag beta . && cnpm sync hoeditor-web",
"lib:publish:rc": "npm run setconfig && npm version prerelease --preid=rc && npm run createVersion && npm run lib && npm publish --tag next . && cnpm sync hoeditor-web",
"setconfig": "npm config set registry https://registry.npmjs.org",
"setcnconfig": "npm config set registry https://registry.npmmirror.com",
"createVersion": "node ./gen-version.js",
"lib": "vite build --outDir lib",
"lib:vite": "vite build --outDir lib"
},
"dependencies": {
"decimal.js": "^10.5.0",
"fflate": "^0.4.8",
"intersection-observer-polyfill": "^0.1.0",
"localforage": "^1.10.0",
"qrcanvas": "^3.1.2",
"x2js": "^3.4.0",
"vue-color": "^2.8.1",
"vue-virtual-scroller": "^1.0.10"
},
"optionalDependencies": {
"canvg": "^3.0.6"
},
"devDependencies": {
"@cnhis-frontend/unplugin-i18n-helper": "^2.0.3",
"@popperjs/core": "^2.10.2",
"@types/chai": "^4.2.8",
"@types/diff": "^7.0.1",
"@types/mocha": "^5.2.4",
"@types/node": "^22.13.1",
"@types/pretty-data": "^0.40.0",
"@types/qs": "^6.9.18",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@vitejs/plugin-vue2": "^2.3.3",
"@vitejs/plugin-vue2-jsx": "^1.1.1",
"@vue/eslint-config-typescript": "^11.0.0",
"ant-design-vue": "^1.7.8",
"axios": "^0.21.4",
"chai": "^4.1.2",
"core-js": "^3.6.4",
"diff": "^5.2.0",
"eslint": "^7.5.0",
"fabric": "4.5.1",
"js-base64": "^3.7.7",
"vue-i18n": "^8.11.2",
"moment": "^2.29.4",
"less": "^3.9.0",
"less-loader": "^6.0.0",
"less-plugin-npm-import": "^2.1.0",
"path": "^0.12.7",
"qs": "^6.14.0",
"style-loader": "^1.0.0",
"terser": "^5.39.0",
"typedoc": "0.23.20",
"typescript": "^4.4.4",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.1.0",
"vite-plugin-antdv-fix": "^1.0.3",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^2.7.13",
"vue-loader": "15.10.0",
"vue-template-compiler": "^2.7.13"
},
"peerDependencies": {
"ant-design-vue": "^1.7.8",
"moment": "^2.29.4",
"vue": "^2.7.13",
"vue-template-compiler": "^2.7.13"
},
"files": [
"lib/**/*"
],
"keywords": [
"vue",
"ant-design-vue",
"hoeditor",
"hoeditor-web"
]
}