-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "ideal-travel-creations",
"version": "0.1.0",
"private": true,
"builds": [
{
"src": "package.json",
"use": "@now/next"
}
],
"scripts": {
"dev-local": "LOCAL_DB=true next dev -- -H `ipconfig getifaddr en0`",
"dev": "next dev",
"build-local": "next build",
"build": "IGNORE_BUILD_ERRORS=true next build",
"start": "next start",
"generate": "graphql-codegen --config codegen.yml",
"test": "jest",
"lint": "eslint src"
},
"dependencies": {
"@apollo/client": "^3.3.7",
"@tanem/react-nprogress": "^3.0.58",
"axios": "^0.21.1",
"cross-fetch": "^3.1.4",
"dompurify": "^2.2.7",
"final-form": "^4.20.2",
"final-form-arrays": "^3.0.2",
"graphql": "^15.4.0",
"gsap": "^3.6.0",
"lodash": "^4.17.20",
"mapbox-gl": "^2.1.1",
"next": "12.0.11-canary.17",
"next-seo": "^4.23.0",
"nodemailer": "^6.5.0",
"nprogress": "^0.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-final-form": "^6.5.2",
"react-final-form-arrays": "^3.1.3",
"react-mapbox-gl": "^5.1.1",
"react-markdown": "^5.0.3",
"react-multiline-clamp": "^1.0.6",
"react-scrolllock": "^5.0.1",
"react-transition-group": "^4.4.1",
"remark-gfm": "^1.0.0",
"sass": "^1.32.0",
"sharp": "^0.27.2"
},
"devDependencies": {
"@graphql-codegen/cli": "1.20.0",
"@graphql-codegen/introspection": "1.18.1",
"@graphql-codegen/typescript": "1.20.0",
"@graphql-codegen/typescript-graphql-files-modules": "1.18.1",
"@graphql-codegen/typescript-operations": "1.17.13",
"@graphql-codegen/typescript-react-apollo": "2.2.1",
"@next/eslint-plugin-next": "^12.1.0",
"@testing-library/dom": "^7.30.3",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@types/body-scroll-lock": "^2.6.1",
"@types/clamp-js": "^0.7.2",
"@types/dompurify": "^2.2.1",
"@types/lodash": "^4.14.168",
"@types/mapbox-gl": "^2.1.0",
"@types/node": "^14.14.20",
"@types/nodemailer": "^6.4.1",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.8",
"@types/react-map-gl": "^5.2.10",
"@types/react-phone-number-input": "^3.0.6",
"@types/react-transition-group": "^4.4.0",
"@types/react-truncate": "^2.3.3",
"@types/smooth-scroll": "^16.1.0",
"@types/use-prefers-color-scheme": "^0.1.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "4.12.0",
"@typescript-eslint/parser": "4.12.0",
"@zeit/next-source-maps": "^0.0.3",
"apollo-mocked-provider": "^5.0.0",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"eslint": "^7.17.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "7.1.0",
"eslint-config-react-app": "6.0.0",
"eslint-import-resolver-typescript": "2.3.0",
"eslint-loader": "4.0.2",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"flex-gap-polyfill": "^2.2.1",
"jest": "^26.6.3",
"jest-dom": "^4.0.0",
"jest-transform-graphql": "^2.1.0",
"jest-watch-typeahead": "^0.6.2",
"lint-staged": "^10.5.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "2.2.1",
"prettier-eslint": "12.0.0",
"prettier-eslint-cli": "5.0.0",
"typescript": "^4.3.2"
}
}