{ "name": "stepin-template", "private": true, "version": "0.2.25", "type": "module", "scripts": { "dev": "vite", "api": "node service/index.js", "build": "vue-tsc --noEmit && vite build", "test:mobile-contract": "node --test tests/mobile-contract.test.mjs", "preview": "vite preview", "deploy": "yarn build && gh-pages -d dist -b pages -r https://gitee.com/stepui/stepin-template.git", "deploy:github": "yarn build --mode github && gh-pages -d dist -b master -r git@github.com:stepui/stepui.github.io.git", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:serve": "vitepress serve docs", "docs:preview": "vitepress preview docs", "docs:deploy": "vitepress build docs && gh-pages -d docs/.vitepress/dist -b main -r https://gitee.com/stepui/stepin-template-docs.git" }, "dependencies": { "@ant-design/icons-vue": "^6.1.0", "@fortawesome/fontawesome-free": "^5.15.4", "@vueuse/core": "^10.1.0", "ant-design-vue": "^3.2.15", "axios": "^0.21.1", "clipboard": "^2.0.8", "dayjs": "^1.11.6", "default-passive-events": "^2.0.0", "echarts": "^5.3.3", "enquire.js": "^2.1.6", "js-cookie": "^2.2.1", "lodash": "^4.17.21", "nprogress": "^0.2.0", "pinia": "^2.0.33", "qs": "^6.10.1", "sortablejs": "^1.15.6", "stepin": "2.1.42-beta", "vue": "^3.3.4", "vue-json-editor": "^1.4.3", "vue-request": "^2.0.4", "vue-router": "^4.1.6", "vue-sortablejs": "^1.0.4" }, "devDependencies": { "@tailwindcss/container-queries": "^0.1.0", "@types/js-cookie": "^3.0.2", "@types/lodash": "^4.14.191", "@types/mockjs": "^1.0.3", "@types/node": "^14.14.37", "@types/nprogress": "^0.2.0", "@types/qs": "^6.9.6", "@vitejs/plugin-vue": "^4.1.0", "autoprefixer": "^10.4.7", "babel-preset-es2015": "^6.24.1", "babel-register": "^6.26.0", "baseline-browser-mapping": "^2.9.15", "body-parser": "^1.20.1", "crypto-js": "^4.2.0", "gh-pages": "^3.1.0", "gulp": "^4.0.2", "gulp-clean": "^0.4.0", "gulp-rename": "^2.0.0", "gulp-replace": "^1.1.4", "highlight.js": "^11.6.0", "less": "4.1.3", "less-loader": "^12.3.0", "mockjs": "^1.1.0", "postcss": "^8.4.14", "prettier": "^2.8.7", "tailwindcss": "^3.2.4", "typescript": "^4.6.4", "unplugin-vue-components": "^0.24.1", "vite": "^4.2.1", "vite-plugin-compression": "^0.5.1", "vitepress": "^1.0.0-alpha.61", "vue-tsc": "^1.0.13" } }