Created
November 26, 2021 19:12
-
-
Save opqpop/a53282aaab476d56ccd5589d25541c9e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "directory_react_theme", | |
"title": "Directory – Directory & Listing React Theme", | |
"version": "1.1.0", | |
"proxy": "http://localhost:8000", | |
"description": "", | |
"homepage": "https://themes.getbootstrap.com/product/directory-directory-listing-react-theme/", | |
"author": "Bootstrapious - https://bootstrapious.com", | |
"contact": "hello@bootstrapious.com", | |
"bugs": "", | |
"scripts": { | |
"dev": "npm run relay && NODE_OPTIONS='--inspect' next dev", | |
"build": "npm run relay && next build", | |
"start": "npm run relay && next start", | |
"export": "npm run relay && next build && next export", | |
"relay": "relay-compiler --schema ../data/schema.json --src ./src/ --watchman false $@" | |
}, | |
"dependencies": { | |
"@babel/core": "^7.15.5", | |
"@babel/polyfill": "^7.12.1", | |
"@fortawesome/fontawesome-free": "^5.15.4", | |
"@fortawesome/fontawesome-pro": "^5.15.4", | |
"@fortawesome/fontawesome-svg-core": "^1.2.36", | |
"@fortawesome/free-solid-svg-icons": "^5.15.4", | |
"@fortawesome/react-fontawesome": "^0.1.15", | |
"aws-amplify": "^4.2.10", | |
"detect-file": "^1.0.0", | |
"google-maps-react": "^2.0.6", | |
"hsl-to-hex": "^1.0.0", | |
"leaflet": "^1.7.1", | |
"lodash.clonedeep": "^4.5.0", | |
"moment-timezone": "^0.5.33", | |
"next": "^11.0.1", | |
"next-compose-plugins": "^2.2.1", | |
"next-google-fonts": "^1.2.1", | |
"next-react-svg": "^1.1.3", | |
"nouislider": "^15.4.0", | |
"nprogress": "^0.2.0", | |
"object-fit-images": "^3.2.4", | |
"react": "^17.0.2", | |
"react-dates": "^21.8.0", | |
"react-dom": "^17.0.2", | |
"react-dropzone": "^11.4.0", | |
"react-error-boundary": "^3.1.3", | |
"react-ga": "^3.3.0", | |
"react-hook-form": "^7.15.4", | |
"react-id-swiper": "^4.0.0", | |
"react-image-lightbox": "^5.1.4", | |
"react-leaflet": "^3.2.1", | |
"react-loading-overlay": "^1.0.1", | |
"react-outside-click-handler": "^1.3.0", | |
"react-places-autocomplete": "^7.3.0", | |
"react-relay": "^12.0.0", | |
"react-scroll": "^1.8.4", | |
"react-select": "^4.3.1", | |
"react-syntax-highlighter": "^15.4.4", | |
"reactstrap": "^8.10.0", | |
"relay-runtime": "^12.0.0", | |
"sass": "^1.42.0", | |
"styled-components": "^5.3.1", | |
"swiper": "^6.8.4", | |
"wnumb": "^1.2.0" | |
}, | |
"browserslist": [ | |
">= 1%", | |
"last 1 major version", | |
"not dead", | |
"Chrome >= 45", | |
"Firefox >= 38", | |
"Edge >= 12", | |
"Explorer >= 10", | |
"iOS >= 9", | |
"Safari >= 9", | |
"Android >= 4.4", | |
"Opera >= 30" | |
], | |
"prettier": { | |
"printWidth": 80, | |
"tabWidth": 2, | |
"useTabs": false, | |
"semi": false, | |
"singleQuote": true, | |
"quoteProps": "as-needed", | |
"jsxSingleQuote": true, | |
"trailingComma": "all", | |
"bracketSpacing": true, | |
"jsxBracketSameLine": false, | |
"arrowParens": "always" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.15.7", | |
"@babel/preset-env": "^7.15.6", | |
"@babel/preset-react": "^7.14.5", | |
"@types/google-maps": "^3.2.3", | |
"babel-loader": "^8.2.2", | |
"babel-plugin-macros": "^3.1.0", | |
"babel-plugin-relay": "^12.0.0", | |
"babel-preset-react-app": "^10.0.0", | |
"graphql": "^15.6.0", | |
"prettier": "2.4.1", | |
"relay-compiler": "^12.0.0", | |
"relay-config": "^12.0.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment