65 lines
2.2 KiB
JSON
65 lines
2.2 KiB
JSON
{
|
|
"name": "canape",
|
|
"scripts": {
|
|
"start": "NODE_ENV=development ./node_modules/webpack/bin/webpack.js -d --progress --colors --watch",
|
|
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p --progress --colors",
|
|
"lint": "./node_modules/eslint/bin/eslint.js ."
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.3.1",
|
|
"bootswatch": "^4.3.1",
|
|
"font-awesome": "^4.7.0",
|
|
"fuzzy": "^0.1.3",
|
|
"history": "^4.9.0",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"jquery": "^3.4.1",
|
|
"jwt-decode": "^2.1.0",
|
|
"moment": "^2.20.1",
|
|
"popper.js": "^1.15.0",
|
|
"prop-types": "^15.6.0",
|
|
"react": "^16.13.0",
|
|
"react-bootstrap": "^1.0.0-beta.9",
|
|
"react-bootstrap-sweetalert": "^5.1.9",
|
|
"react-bootstrap-toggle": "^2.2.6",
|
|
"react-dom": "^16.13.0",
|
|
"react-infinite-scroll-component": "^5.0.4",
|
|
"react-loading": "2.0.3",
|
|
"react-redux": "^7.2.0",
|
|
"react-router-bootstrap": "^0.25.0",
|
|
"react-router-dom": "^5.0.1",
|
|
"redux": "^4.0.1",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.3.0",
|
|
"ua-parser-js": "^0.7.17"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.0",
|
|
"@babel/preset-env": "^7.5.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"autoprefixer": "^9.5.1",
|
|
"axios": "^0.19.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.0.6",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^3.4.2",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-react": "^7.6.1",
|
|
"eslint-plugin-react-hooks": "^2.5.0",
|
|
"file-loader": "^5.1.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"node-sass": "^4.12.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"prettier": "^1.19.1",
|
|
"sass-loader": "^8.0.2",
|
|
"style-loader": "^1.1.3",
|
|
"universal-cookie": "^4.0.3",
|
|
"url-loader": "^3.0.0",
|
|
"webpack": "^4.31.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-pwa-manifest": "^4.0.0"
|
|
}
|
|
}
|