1 Star 0 Fork 229

skykainls / PrimarySchoolMathematics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 929 Bytes
一键复制 编辑 原始数据 按行查看 历史
J.sky 提交于 2023-05-22 19:58 . 打包部署GitHub
{
"name": "primary-school-mathematics",
"private": true,
"version": "2.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build:github": "vite build --base=/PrimarySchoolMathematics/",
"preview:github": "vite preview --base=/PrimarySchoolMathematics/",
"build": "vite build",
"build:suiyan": "vite build --base=/demo/psm/",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"axios": "^1.1.3",
"element-plus": "2.3.1",
"lodash": "^4.17.21",
"pinia": "^2.0.35",
"uuid": "^9.0.0",
"vue": "^3.2.41",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"postcss": "^8.4.21",
"sass": "^1.60.0",
"tailwindcss": "^3.3.1",
"vite": "^3.2.3",
"vite-plugin-html": "^3.2.0",
"vite-plugin-static-copy": "^0.15.0"
}
}
Python
1
https://gitee.com/skykain/PrimarySchoolMathematics.git
git@gitee.com:skykain/PrimarySchoolMathematics.git
skykain
PrimarySchoolMathematics
PrimarySchoolMathematics
master

搜索帮助