{ "name": "example", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "vite", "start": "vite", "lint:less": "stylelint **/*.{css,sass,less} --fix --allow-empty-input", "build": "vite build --mode=production", "build:stag": "vite build --mode=staging", "serve": "vite preview", "releash": "sh releash.sh", "log": "standard-changelog -f && git add CHANGELOG.md" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@ant-design/icons": "^5.1.4", "@jest/types": "28.0.2", "@testing-library/dom": "7.21.4", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "12.1.5", "@testing-library/user-event": "12.8.3", "@types/node": "^16.18.3", "@types/react-dom": "^16.9.19", "antd": "^5.6.3", "immutability-helper": "^3.1.1", "js-cookie": "^2.2.1", "jszip": "^3.4.0", "less": "^3.9.0", "less-loader": "^5.0.0", "lodash": "^4.17.21", "mobx": "^6.9.0", "mobx-react": "^7.6.0", "mobx-react-lite": "^3.4.3", "qs": "^6.11.0", "react": "^16.14.0", "react-beautiful-dnd": "^13.0.0", "react-countup": "^4.3.3", "react-custom-scrollbars": "^4.2.1", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-document-title": "^2.0.3", "react-dom": "^16.14.0", "react-draft-wysiwyg": "^1.14.5", "react-loadable": "^5.5.0", "react-router-dom": "^5.1.2", "react-scripts": "3.4.1", "react-transition-group": "^4.4.1", "redux-thunk": "^2.3.0", "tslib": "^2.6.0", "typescript": "~4.2.3" }, "devDependencies": { "@types/lodash": "^4.14.195", "@types/react": "^16.14.43", "@vitejs/plugin-react": "3.1.0", "vite": "3.2.5", "vite-plugin-svg-icons": "^1.0.5" } }