2 Star 14 Fork 3

寒夜梦未央/react-form-create-base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.77 KB
一键复制 编辑 原始数据 按行查看 历史
寒夜梦未央 提交于 2022-02-15 14:22 +08:00 . build(components): 修改版本号
{
"name": "react-form-create",
"description": "一个基于 React + TS 的表单设计器",
"version": "1.0.0",
"main": "dist/react-form-create.umd.js",
"module": "dist/react-form-create.es.js",
"types": "src/types/index.d.ts",
"exports": {
".": {
"import": "./dist/react-form-create.es.js",
"require": "./dist/react-form-create.umd.js"
},
"./dist/style.css": "./dist/style.css"
},
"homepage": "https://github.com/fuchengwei/react-form-create-base",
"author": {
"name": "fuchengwei"
},
"keywords": [
"Form",
"FormCreate",
"React",
"Antd",
"Drag"
],
"repository": {
"type": "git",
"url": "git+https://github.com:fuchengwei/react-form-create-base"
},
"files": [
"dist/*",
"src/types/index.d.ts"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"prepare": "husky install"
},
"lint-staged": {
"*.{vue,js,ts,jsx,tsx}": "eslint --fix",
"*.{css,less}": "stylelint 'src/**/*.{css,less}' --fix"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/standalone": "^7.16.7",
"antd": "^4.18.2",
"lodash-es": "^4.17.21",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"sortablejs": "^1.14.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@types/babel__standalone": "^7.1.4",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
"@types/sortablejs": "^1.10.7",
"@types/uuid": "^8.3.3",
"@types/vite-plugin-react-svg": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"less": "^4.1.2",
"lint-staged": "^12.1.5",
"monaco-editor": "^0.32.1",
"prettier": "^2.5.1",
"stylelint": "^14.2.0",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-less": "^1.0.1",
"stylelint-order": "^5.0.0",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vite-plugin-svg-icons": "^1.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/fuchengwei/react-form-create-base.git
git@gitee.com:fuchengwei/react-form-create-base.git
fuchengwei
react-form-create-base
react-form-create-base
master

搜索帮助