代码拉取完成,页面将自动刷新
同步操作将从 储物箱/ovine_test 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"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"
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。