1 Star 0 Fork 2

chen/ovine_test

forked from 储物箱/ovine_test 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
储物箱 提交于 2021-05-16 04:17 . add
{
"name": "editor-demo",
"version": "0.0.1",
"description": "your awesome project.",
"private": true,
"scripts": {
"start": "ovine dev --mock",
"dev": "ovine dev --no-dll --mock",
"build": "yarn eslint && ovine build",
"scss": "ovine scss",
"dll": "ovine dll --no-hash",
"ovine": "ovine",
"clean": "rimraf ./dist ./node_modules/.cache",
"open:dist": "http-server ./dist -i -g -o / -p 7051 -P http://0.0.0.0:7051?",
"pretty": "prettier --loglevel warn --write --config .prettierrc \"**/*.{md,yml,json,yaml,css}\"",
"eslint": "eslint --cache \"**/*.{js,jsx,ts,tsx}\" --fix"
},
"dependencies": {
"@ovine/core": "^0.1.3",
"@ovine/cli": "^0.1.3",
"@ovine/editor": "^0.1.3",
"@hot-loader/react-dom": "^16.8.6",
"immer": "^5.3.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.1.2",
"styled-components": "^5.0.0",
"whatwg-fetch": "^3.0.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"@types/react": "^16.8.6",
"@types/lodash": "^4.14.149",
"@types/styled-components": "^5.0.0",
"@types/react-router-dom": "^5.1.0",
"@typescript-eslint/eslint-plugin": "~4.10.0",
"@typescript-eslint/parser": "~4.10.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.19.1",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"typescript": "~4.1.2"
},
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{md,yml,json,yaml,css}": "yarn pretty",
"*.{ts,tsx}": "yarn eslint"
},
"engines": {
"node": ">=10.9.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chen_0520/ovine_test.git
git@gitee.com:chen_0520/ovine_test.git
chen_0520
ovine_test
ovine_test
master

搜索帮助