rlcard-showdown/package.json

44 lines
1001 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",
"@material-ui/icons": "^4.9.1",
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-addons-css-transition-group": "^15.6.2",
2020-01-12 02:55:10 +08:00
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.19",
"react-router-dom": "^5.1.2",
2020-02-19 02:49:06 +08:00
"react-scripts": "3.4.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"
]
},
"devDependencies": {
"axios": "^0.19.2"
2020-01-12 02:55:10 +08:00
}
}