kun-web/package.json

62 lines
1.5 KiB
JSON
Raw Permalink Normal View History

{
"name": "kun-web",
"version": "0.1.0",
"private": true,
"dependencies": {
2022-02-18 20:03:12 +08:00
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.2",
2022-02-28 19:43:15 +08:00
"@reduxjs/toolkit": "^1.8.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.25",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
2022-03-07 04:22:35 +08:00
"axios": "^0.26.0",
2022-03-02 04:52:36 +08:00
"filesize": "^8.0.7",
2022-02-17 03:03:12 +08:00
"mtproton": "6.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
2022-02-28 19:43:15 +08:00
"react-redux": "^7.2.6",
2022-02-22 20:23:44 +08:00
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
2022-03-01 10:22:10 +08:00
"redux": "^4.1.2",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4"
},
"scripts": {
2022-03-08 04:22:28 +08:00
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2022-03-01 10:22:10 +08:00
},
"devDependencies": {
2022-03-07 04:22:35 +08:00
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
2022-03-08 04:22:28 +08:00
"prettier-plugin-tailwindcss": "^0.1.8",
2022-03-07 04:22:35 +08:00
"redux-devtools": "^3.7.0",
"tailwindcss": "^3.0.23"
2022-02-18 20:03:12 +08:00
}
}