You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

114 lines
3.4 KiB

{
"name": "fast-iot-web",
"type": "module",
"version": "0.1.0-beta.0",
"packageManager": "pnpm@8.10.0",
"license": "MIT",
"engines": {
"node": ">=18.12.0",
"pnpm": ">=8.10.0"
},
"scripts": {
"dev": "vite",
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build && esno ./build/script/postBuild.ts",
"build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode test && esno ./build/script/postBuild.ts",
"build:no-cache": "pnpm store prune && pnpm build",
"report": "cross-env REPORT=true pnpm build",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "bumpp -x \"pnpm run changelog\" --all"
},
"dependencies": {
"@ant-design/colors": "^7.0.2",
"@ant-design/icons-vue": "^7.0.1",
"@videojs-player/vue": "^1.0.0",
"@vueuse/core": "^10.6.1",
"@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "~4.0.8",
"axios": "^1.6.4",
"codemirror": "^5.65.16",
"cron-parser": "^4.9.0",
"cropperjs": "^1.6.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"print-js": "^1.6.0",
"qs": "^6.11.2",
"resize-observer-polyfill": "^1.5.1",
"sortablejs": "^1.15.1",
"tinymce": "^5.10.9",
"vditor": "^3.9.8",
"vite-plugin-html": "^3.2.1",
"vue": "~3.3.8",
"vue-i18n": "^9.9.0",
"vue-json-pretty": "^2.3.0",
"vue-router": "^4.2.5",
"vue-types": "^5.1.1",
"vuedraggable": "^4.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.2",
"@iconify/json": "^2.2.164",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.0",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.11",
"@types/sortablejs": "^1.15.5",
"@unocss/eslint-config": "^0.58.3",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.10",
"bumpp": "^9.2.1",
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.12",
"less": "^4.2.0",
"lint-staged": "^15.2.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.33",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.12.0",
"simple-git-hooks": "^2.9.0",
"terser": "^5.26.0",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"vite": "^4.5.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-svg-icons": "^2.0.1",
"vite-vue-plugin-html": "^1.0.5",
"vue-tsc": "^1.8.27"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged && pnpm type:check",
"commit-msg": "node build/script/verify-commit.js"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"*.vue": [
"eslint --fix"
]
}
}