1 Star 0 Fork 28

希川 / craft-codeless-designer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.89 KB
一键复制 编辑 原始数据 按行查看 历史
大漠穷秋 提交于 2022-03-06 20:50 . update documents
{
"name": "craft-codeless-designer",
"version": "1.0.31",
"repository": "https://github.com/craft-codeless-designer/craft-codeless-designer.git",
"description": "An approach to build a Codeless Designer with React, and Craft.js.",
"author": {
"name": "大漠穷秋",
"email": "damoqiongqiu@126.com"
},
"license": "MIT",
"scripts": {
"start": "npm run storybook",
"build-prod": "cross-env NODE_ENV=production rollup -c",
"build-dev": "cross-env NODE_ENV=development rollup -c",
"build-storybook": "cross-env NODE_ENV=development build-storybook -c .storybook -o .out",
"storybook": "cross-env NODE_ENV=development start-storybook -p 6006"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
"dist/*.js",
"dist/*.map",
"dist/**/*.js",
"dist/**/*.map"
],
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@craftjs/core": "^0.2.0-beta.2",
"@craftjs/layers": "^0.2.0-beta.2",
"antd": "^4.18.8",
"classnames": "^2.3.1",
"debounce": "^1.2.1",
"echarts": "^5.3.0",
"echarts-for-react": "^3.0.2",
"re-resizable": "^6.9.2",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-contenteditable": "^3.3.6",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "7.11.6",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/preset-react": "7.0.0",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-image": "2.0.6",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-replace": "2.4.2",
"@storybook/addon-options": "^5.3.21",
"@storybook/addons": "6.3.2",
"@storybook/react": "^6.4.19",
"@storybook/theming": "^6.4.19",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/classnames": "^2.2.9",
"@types/node": "14.6.4",
"@types/react": "17.0.0",
"@types/react-color": "^3.0.1",
"@types/react-dom": "16.9.8",
"@types/react-test-renderer": "16.9.3",
"@types/rimraf": "3.0.0",
"@types/shelljs": "0.8.8",
"@types/styled-components": "5.1.3",
"@types/webpack": "4.41.22",
"@types/webpack-env": "1.15.2",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"babel-loader": "8.1.0",
"babel-plugin-inline-react-svg": "^1.1.0",
"babel-plugin-transform-class-properties": "6.24.1",
"cross-env": "^7.0.3",
"dependency-cruiser": "9.23.2",
"eslint": "7.10.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.2",
"eslint-plugin-react-hooks": "4.1.0",
"fork-ts-checker-webpack-plugin": "5.2.0",
"lint-staged": "10.3.0",
"postcss": "^8.4.7",
"prettier": "2.1.1",
"react-markdown": "^8.0.0",
"react-syntax-highlighter": "^15.4.5",
"react-test-renderer": "16.13.1",
"remark-gfm": "^3.0.1",
"rimraf": "3.0.2",
"rollup": "2.28.2",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-license": "^2.3.0",
"rollup-plugin-livereload": "2.0.0",
"rollup-plugin-peer-deps-external": "2.2.3",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "1.1.0",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-uglify": "^6.0.4",
"rollup-plugin-visualizer": "^5.5.0",
"sass": "^1.48.0",
"sass-loader": "^12.4.0",
"serve": "11.3.2",
"shelljs": "0.8.4",
"stylelint": "13.7.0",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"ts-loader": "8.0.4",
"ts-node": "9.0.0",
"typescript": "4.2.4",
"web-vitals": "^2.1.4"
},
"peerDependencies": {
"@ant-design/icons": ">=4.7.0",
"@craftjs/core": ">=0.2.0-beta.2",
"@craftjs/layers": ">=0.2.0-beta.2",
"antd": ">=4.18.8",
"classnames": ">=2.3.1",
"debounce": ">=1.2.1",
"echarts": ">=5.3.0",
"echarts-for-react": ">=3.0.2",
"re-resizable": ">=6.9.2",
"react": ">=17.0.2",
"react-app-polyfill": ">=1.0.6",
"react-color": ">=2.19.3",
"react-contenteditable": ">=3.3.6",
"react-custom-scrollbars": ">=4.2.1",
"react-dom": ">=17.0.2",
"react-i18next": ">=11.7.2",
"react-test-renderer": ">=16.13.1",
"styled-components": ">=5.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"keywords": [
"codeless",
"nocode",
"craft.js",
"react"
]
}
JavaScript
1
https://gitee.com/triple_nine/craft-codeless-designer.git
git@gitee.com:triple_nine/craft-codeless-designer.git
triple_nine
craft-codeless-designer
craft-codeless-designer
dev

搜索帮助

53164aa7 5694891 3bd8fe86 5694891