加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.04 KB
一键复制 编辑 原始数据 按行查看 历史
forest 提交于 2021-05-01 15:18 . 🔧 build: 添加cdn
{
"name": "react-visual-editor",
"version": "1.1.1672",
"description": "> TODO: description",
"author": "feline <295755973@qq.com>",
"homepage": "https://resonances.gitee.io/react-visual-editor/",
"license": "ISC",
"main": "dist/visual-editor.cjs.js",
"module": "dist/visual-editor.esm.js",
"source": "src/visual-editor.tsx",
"types": "dist/index.d.ts",
"directories": {
"dist": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"dist": "rollup --config rollup.config.js",
"dev-dist": "rollup --config rollup.config.js -w"
},
"peerDependencies": {
"@monaco-editor/react": "^4.1.1",
"@scena/react-guides": "^0.14.0",
"antd": "^4.14.0",
"immer": "^9.0.1",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-infinite-viewer": "^0.12.0",
"react-moveable": "^0.26.2",
"react-sortablejs": "^6.0.0",
"react-split-pane": "^0.1.92",
"sortablejs": "^1.13.0"
},
"dependencies": {
"@monaco-editor/react": "^4.1.1",
"@scena/react-guides": "^0.14.0",
"antd": "^4.14.0",
"form-render": "^1.3.0",
"immer": "^9.0.1",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-infinite-viewer": "^0.12.0",
"react-moveable": "^0.26.2",
"react-sortablejs": "^6.0.0",
"react-split-pane": "^0.1.92",
"sortablejs": "^1.13.0",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@craco/craco": "^6.1.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.168",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/shortid": "^0.0.29",
"@types/sortablejs": "^1.10.6",
"craco-less": "^1.17.1",
"gh-pages": "^3.1.0",
"html-webpack-externals-plugin": "^3.8.0",
"less": "^4.1.1",
"postcss": "^8.2.12",
"react-scripts": "4.0.3",
"rollup": "^2.45.2",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-postcss-modules": "^2.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.1.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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 助手
尝试更多
代码解读
代码找茬
代码优化