1 Star 0 Fork 0

Zvonimir/waline

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.85 KB
一键复制 编辑 原始数据 按行查看 历史
Mr.Hope 提交于 2021-06-08 10:56 . chore: update deps
{
"name": "waline",
"private": true,
"workspaces": [
"docs/",
"example/",
"packages/*"
],
"scripts": {
"admin:analyze": "npm run analyze --workspace=@waline/admin",
"admin:build": "npm run build --workspace=@waline/admin",
"admin:dev": "npm run dev --workspace=@waline/admin",
"client:analyze": "npm run analyze --workspace=@waline/client",
"client:build": "npm run build:normal --workspace=@waline/client && npm run build:no-style --workspace=@waline/client && npm run build:dts --workspace=@waline/client",
"client:dev": "npm run dev --workspace=@waline/client",
"server:dev": "vercel dev ./example --listen 9090",
"docs:build": "npm run build --workspace=docs",
"docs:dev": "npm run dev --workspace=docs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint": "eslint --fix . && prettier --check --write .",
"lint:check": "eslint . && prettier --check .",
"prepare": "husky install",
"test": "jest -i"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.4",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@commitlint/cli": "^13.0.0",
"@commitlint/config-conventional": "^13.0.0",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "7.0.0",
"babel-jest": "^27.0.2",
"babel-loader": "^8.2.2",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-vue": "^7.10.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^6.0.0",
"jest": "^27.0.4",
"lint-staged": "^11.0.0",
"marked": "^2.0.7",
"prettier": "^2.3.1",
"rollup": "^2.51.0",
"rollup-plugin-dts": "^3.0.2",
"sass": "^1.34.1",
"sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"typescript": "^4.3.2",
"url-loader": "^4.1.1",
"vercel": "^23.0.0",
"vue-loader": "^16.2.0",
"webpack": "^5.38.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.0.0-beta.3",
"webpack-merge": "^5.8.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"*.vue": [
"prettier --write"
],
"*.js": [
"prettier --write"
],
"*.{md,json,yml}": [
"prettier --write"
]
},
"prettier": {
"singleQuote": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunziyang97/waline.git
git@gitee.com:sunziyang97/waline.git
sunziyang97
waline
waline
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385