90 lines
2.7 KiB
JSON
90 lines
2.7 KiB
JSON
{
|
|
"name": "@fast-crud/fast-crud",
|
|
"version": "1.28.0",
|
|
"private": false,
|
|
"main": "./dist/fast-crud.umd.js",
|
|
"module": "./dist/fast-crud.mjs",
|
|
"types": "./dist/d/index.d.ts",
|
|
"scripts": {
|
|
"tsc": "vue-tsc --noEmit --skipLibCheck",
|
|
"build": "npm run tsc && vite build && npm run copy-local",
|
|
"copy-local": "copyfiles -f ./src/locale/lang/* ./dist/locale/lang",
|
|
"test": "jest",
|
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
|
|
"typedoc": "typedoc --options typedoc.json",
|
|
"afterPubPush": ""
|
|
},
|
|
"author": "Greper",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@iconify/types": "^2.0.0",
|
|
"file-saver": "^2.0.5",
|
|
"lru-cache": "^10.0.0",
|
|
"vuedraggable-es": "^4.1.1",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@fast-crud/ui-interface": "^1.28.0",
|
|
"@iconify/vue": "^4.1.1",
|
|
"@ls-lint/ls-lint": "^2.0.1",
|
|
"@rollup/plugin-strip": "^3.0.2",
|
|
"@rollup/plugin-typescript": "^11.1.2",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/file-saver": "^2.0.5",
|
|
"@types/jest": "^29.5.3",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/node": "^20.4.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
|
"@typescript-eslint/parser": "^6.2.1",
|
|
"@vitejs/plugin-legacy": "^4.1.1",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
"@vue/test-utils": "^2.4.1",
|
|
"async-validator": "^4.2.5",
|
|
"autoprefixer": "^10.4.14",
|
|
"chai": "^4.3.7",
|
|
"copyfiles": "^2.4.1",
|
|
"dayjs": "^1.11.9",
|
|
"esbuild-jest": "^0.5.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-import": "^2.28.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-vue": "^9.16.1",
|
|
"esno": "^0.17.0",
|
|
"jest": "^29.6.2",
|
|
"less": "^4.1.3",
|
|
"less-loader": "^11.1.3",
|
|
"lint-staged": "^13.2.3",
|
|
"lodash-es": "^4.17.21",
|
|
"postcss": "^8.4.27",
|
|
"prettier": "^3.0.1",
|
|
"pretty-quick": "^3.1.3",
|
|
"rimraf": "^5.0.1",
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
"stylelint": "^15.10.2",
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
"stylelint-order": "^6.0.3",
|
|
"terser": "^5.19.2",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-node": "^10.9.1",
|
|
"tsup": "^7.2.0",
|
|
"typedoc": "^0.24.8",
|
|
"typedoc-github-wiki-theme": "^1.1.0",
|
|
"typedoc-plugin-markdown": "^3.15.4",
|
|
"typescript": "5.1.6",
|
|
"unplugin-vue-define-options": "^1.3.14",
|
|
"vite": "^4.4.8",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vue": "^3.3.4",
|
|
"vue-eslint-parser": "^9.3.1",
|
|
"vue-jest": "^3.0.7",
|
|
"vue-router": "^4.2.4",
|
|
"vue-tsc": "^1.8.8"
|
|
},
|
|
"gitHead": "4c19e2431653fc3c472f10123b20793d7cecfdbc"
|
|
}
|