加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "stepin-template",
"private": true,
"version": "1.2.0-preview",
"type": "module",
"scripts": {
"dev": "vite --host",
"api": "node service/index.js",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"deploy": "yarn build && gh-pages -d dist -b pages -r https://github.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 docs -r https://github.com/stepui/stepin-template.git"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@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",
"stepin": "^2.1.61-beta",
"vue": "^3.3.13",
"vue-router": "^4.1.6"
},
"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",
"body-parser": "^1.20.1",
"crypto-js": "^4.1.1",
"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",
"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",
"vitepress": "^1.0.0-alpha.61",
"vue-tsc": "^1.8.20"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化