rlcard-showdown/package.json

42 lines
990 B
JSON
Raw Normal View History

2020-01-12 02:55:10 +08:00
{
"name": "rlcard-showdown",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.0",
2020-01-12 02:55:10 +08:00
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
2020-01-18 00:59:54 +08:00
"element-react": "^1.4.34",
"element-theme-default": "^1.4.13",
2020-01-13 03:40:23 +08:00
"node-sass": "^4.13.0",
2020-01-12 02:55:10 +08:00
"react": "^16.12.0",
"react-dom": "^16.12.0",
2020-01-18 00:59:54 +08:00
"react-hot-loader": "^4.12.18",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"socket.io-client": "^2.3.0"
2020-01-12 02:55:10 +08:00
},
"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"
]
}
}