1 Star 2 Fork 1

lysimportant/music-tsx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "music-tsx",
"license": "ISC",
"version": "0.1.2",
"scripts": {
"serve": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"prettier": "prettier --write .",
"prepare": "husky install",
"commit": "cz"
},
"dependencies": {
"@vueuse/core": "^8.5.0",
"axios": "^0.27.2",
"dayjs": "^1.11.2",
"element-plus": "^2.0.5",
"pinia": "^2.0.13",
"pinia-persistedstate-plugin": "^0.1.0",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/node": "^16.11.27",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"husky": "^8.0.0",
"less": "^4.1.2",
"prettier": "^2.5.1",
"require": "^2.4.20",
"typescript": "~4.6.3",
"unplugin-element-plus": "^0.4.0",
"vite": "^2.9.5",
"vue-tsc": "^0.34.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lysimportant/music-tsx.git
git@gitee.com:lysimportant/music-tsx.git
lysimportant
music-tsx
music-tsx
master

搜索帮助