48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "web-ui",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.jsx",
|
|
"scripts": {
|
|
"build": "webpack --mode production --config webpack.config.js",
|
|
"dev": "webpack --mode development --config webpack.dev.js --watch"
|
|
},
|
|
"author": "LegendaryLinux",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.10",
|
|
"crypto-js": "^4.0.0",
|
|
"css-loader": "^3.5.3",
|
|
"lodash-es": "^4.17.15",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-redux": "^7.2.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"redux": "^4.0.5",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"sass-loader": "^8.0.2",
|
|
"style-loader": "^1.2.1",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.1",
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^18.2.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-react": "^7.20.6",
|
|
"eslint-plugin-react-hooks": "^2.5.1",
|
|
"file-loader": "^6.0.0",
|
|
"node-sass": "^4.14.1",
|
|
"webpack": "^4.44.1"
|
|
}
|
|
}
|