66 lines
2.1 KiB
JSON
66 lines
2.1 KiB
JSON
{
|
|
"name": "canape",
|
|
"scripts": {
|
|
"start": "NODE_ENV=development npx webpack --progress --color --watch",
|
|
"build": "NODE_ENV=production npx webpack --progress --color",
|
|
"lint": "npx eslint js"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.4.1",
|
|
"bootswatch": "^4.4.1",
|
|
"font-awesome": "^4.7.0",
|
|
"fuzzy": "^0.1.3",
|
|
"history": "^5.0.0",
|
|
"immer": "^9.0.5",
|
|
"jquery": "^3.6.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"popper.js": "^1.15.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "^1.6.1",
|
|
"react-bootstrap-sweetalert": "^5.2.0",
|
|
"react-bootstrap-toggle": "^2.3.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-infinite-scroll-component": "^6.1.0",
|
|
"react-loading": "2.0.3",
|
|
"react-redux": "^7.2.4",
|
|
"react-router-bootstrap": "^0.25.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"redux": "^4.1.1",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.3.0",
|
|
"ua-parser-js": "^0.7.28"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"autoprefixer": "^10.3.1",
|
|
"axios": "^0.21.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.2.2",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^6.2.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.24.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"mini-css-extract-plugin": "^2.2.0",
|
|
"postcss-loader": "^6.1.1",
|
|
"prettier": "^2.3.2",
|
|
"purgecss-webpack-plugin": "^4.0.3",
|
|
"sass": "^1.37.5",
|
|
"sass-loader": "^12.1.0",
|
|
"style-loader": "^3.2.1",
|
|
"timeago.js": "^4.0.2",
|
|
"universal-cookie": "^4.0.4",
|
|
"webpack": "^5.50.0",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-pwa-manifest": "^4.3.0",
|
|
"workbox-webpack-plugin": "^6.2.4"
|
|
}
|
|
}
|