4 Star 3 Fork 2

Ax/webpack-test-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 3.91 KB
一键复制 编辑 原始数据 按行查看 历史
Ax 提交于 2024-03-01 18:55 +08:00 . 使用 rrweb
{
"name": "webpack-test-web",
"sideEffects": false,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config ./webpack/webpack.prd.config.js",
"dev": "webpack serve --config ./webpack/webpack.dev.config.js",
"lint": "eslint src --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@ant-design/icons": "^4.7.0",
"@antv/g2plot": "^2.3.39",
"@antv/x6": "^1.34.5",
"@antv/x6-react-shape": "^1.5.2",
"@aomao/engine": "^2.9.24",
"@aomao/plugin-bold": "^2.9.22",
"@aomao/plugin-codeblock": "^2.9.23",
"@aomao/plugin-mark-range": "^2.9.0",
"@aomao/toolbar": "2.9.23",
"@arco-design/web-react": "^2.24.0",
"@draft-js-enhance-plugins/markdown-convert": "^1.0.0",
"@draft-js-plugins/editor": "^4.1.3",
"@fullcalendar/core": "^6.1.4",
"@fullcalendar/daygrid": "^6.1.4",
"@fullcalendar/interaction": "^6.1.4",
"@fullcalendar/react": "^6.1.4",
"@fullcalendar/resource": "^6.1.4",
"@fullcalendar/resource-timeline": "^6.1.4",
"@fullcalendar/timegrid": "^6.1.4",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6",
"antd": "^4.16.13",
"ax-react-components": "^1.0.11",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"d3": "^7.4.4",
"draft-js": "^0.11.7",
"draftjs-to-markdown": "^0.6.0",
"echarts": "^5.3.2",
"fabric": "4.6.0",
"fullpage.js": "^3.1.2",
"gg-editor": "2.0.2",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"mockjs": "^1.1.0",
"re-resizable": "^6.9.9",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-flow-renderer": "^10.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-resizable": "^3.0.4",
"react-router-dom": "5",
"react-smooth-dnd": "^0.11.1",
"react-sortable-hoc": "^2.0.0",
"react-sortablejs": "^6.1.4",
"react-tsparticles": "^1.36.0",
"rrweb": "^2.0.0-alpha.4",
"rrweb-player": "^1.0.0-alpha.4",
"sortablejs": "^1.15.0",
"tree-graph-react": "^2.0.5",
"uuid": "^8.3.2",
"vditor": "^3.8.17",
"wowjs": "^1.1.3",
"yarn": "^1.22.18"
},
"devDependencies": {
"@arco-design/webpack-plugin": "^1.7.0",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@types/classnames": "^2.3.1",
"@types/d3": "^7.1.0",
"@types/draft-js": "^0.11.9",
"@types/echarts": "^4.9.15",
"@types/lodash": "^4.14.176",
"@types/markdown-it": "^12.2.3",
"@types/mockjs": "^1.0.6",
"@types/react": "^17.0.52",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.10",
"@types/react-resizable": "^3.0.2",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.3",
"@types/remarkable": "^2.0.3",
"@types/sanitize-html": "^2.6.2",
"@types/sortablejs": "^1.15.0",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.3.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"babel-plugin-import": "^1.13.3",
"css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"dotenv-webpack": "^7.1.0",
"eslint": "7",
"eslint-plugin-react": "7",
"eslint-webpack-plugin": "^3.0.1",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.4.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.4.2",
"postcss": "^8.3.9",
"postcss-preset-env": "^6.7.0",
"sass": "^1.43.3",
"sass-loader": "^12.2.0",
"style-loader": "^3.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0",
"webpackbar": "^5.0.0-3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ajaxget/webpack-test-web.git
git@gitee.com:ajaxget/webpack-test-web.git
ajaxget
webpack-test-web
webpack-test-web
master

搜索帮助