prayercircle/package.json
2021-12-11 16:28:42 +01:00

89 lines
2.8 KiB
JSON

{
"name": "prayercircle.silas.link",
"displayName": "PrayerCircle",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "cordova run -- --livereload",
"eslint": "eslint 'src/**/*.tsx'"
},
"keywords": [
"ecosystem:cordova"
],
"homepage": "./",
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"devDependencies": {
"proxy-memoize": "^0.3.7",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@reduxjs/toolkit": "^1.6.1",
"@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",
"babel-loader": "^8.2.2",
"bootstrap": "^5.1.0",
"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#0.7.15",
"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",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.2",
"js-helper": "git+https://github.com/Ainias/js-helper#0.7.5",
"mini-css-extract-plugin": "^1.6.2",
"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",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-beta.6",
"react-bootstrap-mobile": "git+https://github.com/Ainias/react-bootstrap-mobile#0.0.1",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"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",
"react-table": "^7.7.0",
"redux-persist": "^6.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-webpack": {},
"cordova-plugin-nativestorage": {}
},
"platforms": [
"browser"
]
}
}