2021-06-04 00:58:40 +00:00
|
|
|
{
|
2021-06-04 21:01:31 +00:00
|
|
|
"name": "weddingsite",
|
2022-01-09 23:59:14 +00:00
|
|
|
"version": "0.2.0",
|
2021-06-04 00:58:40 +00:00
|
|
|
"description": "Wedding Website",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "NODE_OPTIONS='--inspect' next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-01-28 22:54:47 +00:00
|
|
|
"@plaiceholder/next": "^2.2.0",
|
2021-11-19 01:41:53 +00:00
|
|
|
"@reach/dialog": "^0.16.2",
|
|
|
|
|
"@reach/portal": "^0.16.2",
|
|
|
|
|
"@reach/visually-hidden": "^0.16.0",
|
2021-06-04 00:58:40 +00:00
|
|
|
"babel-core": "^6.26.3",
|
2022-01-09 23:59:14 +00:00
|
|
|
"babel-plugin-styled-components": "^2.0.2",
|
2021-06-04 00:58:40 +00:00
|
|
|
"bcryptjs": "^2.4.3",
|
2022-01-28 04:59:21 +00:00
|
|
|
"cloudinary-build-url": "^0.2.4",
|
|
|
|
|
"dotenv": "^14.3.2",
|
2021-11-19 01:41:53 +00:00
|
|
|
"escape-html": "^1.0.3",
|
2022-01-11 01:14:30 +00:00
|
|
|
"iron-session": "^6.0.5",
|
2021-06-04 00:58:40 +00:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2022-01-28 04:59:21 +00:00
|
|
|
"mongodb": "^4.3.1",
|
|
|
|
|
"mongoose": "^6.1.8",
|
|
|
|
|
"next": "^12.0.9",
|
2021-11-19 01:41:53 +00:00
|
|
|
"next-with-apollo": "^5.2.1",
|
2021-06-04 00:58:40 +00:00
|
|
|
"normalize.css": "^8.0.1",
|
|
|
|
|
"nprogress": "^0.2.0",
|
2022-01-28 22:54:47 +00:00
|
|
|
"plaiceholder": "^2.2.0",
|
2022-01-09 23:59:14 +00:00
|
|
|
"prop-types": "^15.8.1",
|
2021-06-04 00:58:40 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
|
"react-dom": "^17.0.2",
|
2021-11-19 01:41:53 +00:00
|
|
|
"react-icons": "^4.3.1",
|
2022-01-28 22:54:47 +00:00
|
|
|
"sharp": "^0.29.3",
|
2022-01-09 23:59:14 +00:00
|
|
|
"styled-components": "^5.3.3",
|
2022-01-28 22:54:47 +00:00
|
|
|
"swr": "^0.5.6",
|
2021-06-04 00:58:40 +00:00
|
|
|
"waait": "^1.0.5"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-01-28 04:59:21 +00:00
|
|
|
"@babel/core": "^7.16.12",
|
|
|
|
|
"@babel/preset-env": "^7.16.11",
|
2022-01-28 22:54:47 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
|
|
|
"@testing-library/react": "^12.1.2",
|
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2022-01-28 04:59:21 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.10.1",
|
|
|
|
|
"@typescript-eslint/parser": "^5.10.1",
|
2022-01-28 22:54:47 +00:00
|
|
|
"eslint": "^8.8.0",
|
2022-01-09 23:59:14 +00:00
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
2021-06-04 20:43:37 +00:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2022-01-09 23:59:14 +00:00
|
|
|
"eslint-config-wesbos": "^3.0.2",
|
2021-11-19 01:41:53 +00:00
|
|
|
"eslint-plugin-html": "^6.2.0",
|
2022-01-09 23:59:14 +00:00
|
|
|
"eslint-plugin-import": "^2.25.4",
|
2021-11-19 01:41:53 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2022-01-09 23:59:14 +00:00
|
|
|
"eslint-plugin-react": "^7.28.0",
|
2021-11-19 01:41:53 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
2022-01-28 22:54:47 +00:00
|
|
|
"jest": "^27.4.7",
|
2022-01-09 23:59:14 +00:00
|
|
|
"prettier": "^2.5.1",
|
2022-01-28 04:59:21 +00:00
|
|
|
"typescript": "^4.5.5"
|
2021-06-04 00:58:40 +00:00
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": [
|
|
|
|
|
"wesbos"
|
2021-10-04 18:12:27 +00:00
|
|
|
],
|
|
|
|
|
"rules": {
|
|
|
|
|
"react/prop-types": 0
|
|
|
|
|
}
|
2021-06-04 00:58:40 +00:00
|
|
|
},
|
|
|
|
|
"//": "This is our babel config, I prefer this over a .babelrc file",
|
|
|
|
|
"babel": {
|
2022-01-09 23:59:14 +00:00
|
|
|
"plugins": [
|
2022-01-11 01:14:30 +00:00
|
|
|
[
|
|
|
|
|
"styled-components",
|
|
|
|
|
{
|
|
|
|
|
"ssr": true,
|
|
|
|
|
"displayName": true,
|
|
|
|
|
"preprocess": false
|
|
|
|
|
}
|
|
|
|
|
]
|
2022-01-09 23:59:14 +00:00
|
|
|
],
|
2021-06-04 00:58:40 +00:00
|
|
|
"env": {
|
|
|
|
|
"development": {
|
|
|
|
|
"presets": [
|
|
|
|
|
"next/babel"
|
|
|
|
|
],
|
|
|
|
|
"plugins": [
|
|
|
|
|
[
|
|
|
|
|
"styled-components",
|
|
|
|
|
{
|
|
|
|
|
"ssr": true,
|
2022-01-09 23:59:14 +00:00
|
|
|
"displayName": true,
|
|
|
|
|
"preprocess": false
|
2021-06-04 00:58:40 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"production": {
|
|
|
|
|
"presets": [
|
|
|
|
|
"next/babel"
|
|
|
|
|
],
|
|
|
|
|
"plugins": [
|
|
|
|
|
[
|
|
|
|
|
"styled-components",
|
|
|
|
|
{
|
|
|
|
|
"ssr": true,
|
|
|
|
|
"displayName": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"test": {
|
|
|
|
|
"presets": [
|
|
|
|
|
[
|
|
|
|
|
"next/babel",
|
|
|
|
|
{
|
|
|
|
|
"preset-env": {
|
|
|
|
|
"modules": "commonjs"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
"plugins": [
|
|
|
|
|
[
|
|
|
|
|
"styled-components",
|
|
|
|
|
{
|
|
|
|
|
"ssr": true,
|
|
|
|
|
"displayName": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-01-28 05:04:44 +00:00
|
|
|
}
|