hochzeit/package.json
2022-02-23 21:21:34 +01:00

98 lines
3.2 KiB
JSON

{
"name": "hochzeit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "webpack --config webpack.config.js",
"start": "ts-node src/server/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@reduxjs/toolkit": "^1.6.1",
"@types/express": "^4.17.13",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.18",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"babel-preset-env": "^1.7.0",
"bootstrap": "^5.1.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"cordova-browser": "^6.0.0",
"cordova-plugin-webpack": "^1.0.5",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-sites": "git+https://github.com/Ainias/cordova-sites.git#react-0.0.1",
"css-loader": "^5.2.7",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.3.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"foundation-sites": "^6.7.4",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.2",
"i18next": "^21.6.6",
"jquery": "^3.6.0",
"js-helper": "git+https://github.com/Ainias/js-helper#0.7.7",
"mini-css-extract-plugin": "^1.6.2",
"nodemon": "^2.0.15",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^4.3.0",
"postcss-normalize": "^10.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^6.0.0",
"prettier": "^2.3.2",
"proxy-memoize": "^0.3.7",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-beta.6",
"react-bootstrap-mobile": "git+https://github.com/Ainias/react-bootstrap-mobile#0.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.3",
"react-redux": "^7.2.4",
"react-table": "^7.7.0",
"redux-persist": "^6.0.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.39.2",
"sass-loader": "^10.2.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^4.2.3",
"ts-loader": "^8.3.0",
"typescript": "^4.3.5",
"url-loader": "^4.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.3.0"
},
"dependencies": {
"@types/express": "^4.17.13",
"express": "^4.17.3",
"mysql": "^2.18.1",
"react-images": "^1.2.0-beta.7",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
}
}