package.json 2.13 KB
{
  "name": "thingskit-configuration",
  "type": "module",
  "version": "2.7.1",
  "private": true,
  "scripts": {
    "dev": "vite",
    "build": "pnpm run build:draw && pnpm build:package",
    "preview": "vite preview",
    "lint": "eslint . --fix",
    "build:package": "vite build",
    "build:draw": "cd ./build && ant",
    "prepare": "husky install",
    "lint:eslint": "eslint --cache --max-warnings 0  \"{src,webapp}/**/*.{vue,ts,tsx,js}\" --fix",
    "lint:lint-staged": "lint-staged -c ./.husky/.lintstagedrc.mjs"
  },
  "dependencies": {
    "@fingerprintjs/fingerprintjs": "^3.4.1",
    "@vueuse/core": "^10.3.0",
    "@wry-smile/utils-is": "^1.0.1",
    "ace-builds": "^1.29.0",
    "ant-design-vue": "^4.0.0",
    "axios": "^1.5.1",
    "crypto-js": "^4.1.1",
    "dayjs": "^1.11.9",
    "echarts": "^5.4.3",
    "echarts-liquidfill": "^3.1.0",
    "flv.js": "^1.6.2",
    "hls.js": "^1.0.10",
    "jwt-decode": "^3.1.2",
    "lodash-es": "^4.17.21",
    "pinia": "^2.1.6",
    "qs": "^6.11.2",
    "resize-observer-polyfill": "^1.5.1",
    "sortablejs": "^1.15.0",
    "vue": "^3.3.4",
    "xgplayer": "^3.0.14",
    "xgplayer-flv": "^3.0.14",
    "xgplayer-hls": "^3.0.14",
    "xgplayer-mp4": "^3.0.14"
  },
  "devDependencies": {
    "@iconify/vue": "^4.1.1",
    "@types/crypto-js": "^4.1.2",
    "@types/lodash-es": "^4.17.7",
    "@types/node": "^20.7.0",
    "@types/qs": "^6.9.8",
    "@types/sortablejs": "^1.15.3",
    "@vitejs/plugin-legacy": "^4.1.1",
    "@vitejs/plugin-vue": "^4.1.0",
    "@vitejs/plugin-vue-jsx": "^3.0.1",
    "@wry-smile/eslint-config-vue": "^0.1.15",
    "@wry-smile/vite-plugin-global-variable": "1.0.2",
    "eslint": "^8.42.0",
    "husky": "^8.0.3",
    "less": "^4.2.0",
    "lint-staged": "^14.0.1",
    "postcss": "^8.4.30",
    "postcss-html": "^1.5.0",
    "postcss-less": "^6.0.0",
    "stylelint": "^15.10.3",
    "stylelint-config-standard": "^34.0.0",
    "stylelint-config-standard-vue": "^1.0.0",
    "stylelint-order": "^6.0.3",
    "typescript": "^5.0.2",
    "vite": "^4.3.9",
    "vite-plugin-html": "^3.2.0",
    "vite-plugin-windicss": "^1.9.0",
    "vue-tsc": "^1.4.2",
    "windicss": "^3.5.6"
  }
}