当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
2 Star 1 Fork 0

源码尚云/normo.js
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
负数十六 提交于 2021-10-13 13:33 . x
{
"name": "normo-monorepo",
"private": true,
"description": "一个类似于nuxtjs的vue框架,基于:vite2、vue3",
"author": {
"name": "傅长路",
"email": "[email protected]",
"url": "https://gitee.com/source-code-online/normojs"
},
"license": "MIT",
"keywords": [
"normojs",
"nuxtjs",
"vue3",
"vite2"
],
"workspaces": [
"packages/*"
],
"scripts": {
"store:dev": "npm -C packages/@normo-store run dev",
"normojs:dev": "npm -C packages/normo run build -- --watch --ignore-watch 'packages/normojs-example'",
"dev": "concurrently -t \"yyyy-MM-dd HH:mm:ss.SSS\" --names store,normo.js -c bgGreen,#8EF9D9 \"npm run store:dev\" \"npm run normojs:dev\"",
"links": "npm link ./packages/normo",
"example:dev2": "nodemon --watch packages --exec \"npm -C packages/normo-example run dev:normo\"",
"example:dev": "npm -C packages/normo-example run dev:normo"
},
"lint-staged": {
"packages/**/{src,__tests__,config}/**/**.{js,vue,ts,tsx}": [
"eslint --ext .js,.vue,.ts --fix"
]
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.172",
"@types/node": "^15.14.9",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"kill-port":"1.6.1",
"chalk": "^4.1.2",
"concurrently": "^6.2.1",
"cross-env": "^7.0.3",
"eslint-config-standard-vue-ts": "^1.0.15",
"lint-staged": "^10.5.4",
"nodemon": "^2.0.12",
"ts-node": "^10.2.1",
"tsup": "^4.14.0",
"typescript": "^4.4.3",
"yorkie": "^2.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/source-code-online/normojs.git
[email protected]:source-code-online/normojs.git
source-code-online
normojs
normo.js
master

搜索帮助