mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
30 lines
715 B
JSON
30 lines
715 B
JSON
{
|
|
"repository": {},
|
|
"description": " ",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"deploy": "cd .. && mix assets.deploy && rm -f _build/esbuild"
|
|
},
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.12.1",
|
|
"axios": "^0.21.0",
|
|
"classnames": "^2.3.1",
|
|
"esbuild": "^0.14.21",
|
|
"gettext.js": "^1.0.0",
|
|
"immutable": "^3.8.2",
|
|
"lodash": "^4.17.21",
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-redux": "^7.2.4",
|
|
"redux": "^4.1.0",
|
|
"redux-watch": "^1.2.0",
|
|
"url-loader": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^5.2.6",
|
|
"mini-css-extract-plugin": "^1.6.0"
|
|
}
|
|
}
|