mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"repository": {},
|
|
"description": " ",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"deploy": "webpack --mode production",
|
|
"watch": "webpack --mode development --watch-stdin"
|
|
},
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.12.1",
|
|
"axios": "^0.21.0",
|
|
"classnames": "^2.3.1",
|
|
"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": {
|
|
"@babel/core": "^7.14.6",
|
|
"@babel/preset-env": "^7.14.7",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"babel-loader": "^8.2.2",
|
|
"copy-webpack-plugin": "^9.0.0",
|
|
"css-loader": "^5.2.6",
|
|
"mini-css-extract-plugin": "^1.6.0",
|
|
"node-sass": "^6.0.0",
|
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
"sass-loader": "^12.1.0",
|
|
"terser-webpack-plugin": "^5.1.3",
|
|
"webpack": "^5.40.0",
|
|
"webpack-cli": "^4.7.2"
|
|
}
|
|
}
|