1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "blog",
- "version": "0.1.0",
- "private": true,
- "proxy": "https://wwww.nosum.cn/apis",
- "dependencies": {
- "@testing-library/jest-dom": "^4.2.4",
- "@testing-library/react": "^9.3.2",
- "@testing-library/user-event": "^7.1.2",
- "antd": "^3.26.2",
- "axios": "1.6.0",
- "highlight.js": "10.4.1",
- "immutable": "^4.0.0-rc.12",
- "js-cookie": "^2.2.1",
- "lodash": "^4.17.20",
- "marked": "4.0.10",
- "react": "^16.12.0",
- "react-dom": "^16.12.0",
- "react-redux": "^7.1.3",
- "react-router": "^5.1.2",
- "react-router-dom": "^5.1.2",
- "react-scripts": "3.4.0",
- "redux": "^4.0.4",
- "redux-immutable": "^4.0.0",
- "redux-thunk": "^2.3.0",
- "styled-components": "^4.4.1",
- "yarn": "^1.22.19"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- }
- }
|