49 lines
1.4 KiB
JSON
49 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.34",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.2",
|
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
|
"crypto-browserify": "^3.12.0",
|
|
"crypto-js": "^4.0.0",
|
|
"css-loader": "^5.0.1",
|
|
"lodash-es": "^4.17.20",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-redux": "^7.2.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"redux": "^4.0.5",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"sass-loader": "^10.1.1",
|
|
"style-loader": "^2.0.0",
|
|
"webpack-cli": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.13",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.13",
|
|
"@babel/preset-env": "^7.12.13",
|
|
"@babel/preset-react": "^7.12.13",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.2.2",
|
|
"eslint": "^7.19.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"file-loader": "^6.2.0",
|
|
"node-sass": "^5.0.0",
|
|
"webpack": "^5.20.0"
|
|
}
|
|
}
|