-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
79 lines (79 loc) · 2.35 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
{
"name": "iare.se",
"version": "0.1.0",
"private": true,
"author": "John Landeholt <Yonda AB>",
"scripts": {
"dev": "next dev",
"prefetch": "node prefetch",
"build": "node prefetch && next build",
"start": "next start",
"lint": "next lint",
"prettify": "prettier --write src",
"generate": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.6.3",
"@chakra-ui/theme-tools": "^1.1.7",
"@datepicker-react/hooks": "^2.8.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@fontsource/lexend": "^4.4.5",
"@fontsource/oxygen": "^4.5.0",
"@fontsource/source-sans-pro": "^4.4.5",
"@mailchimp/mailchimp_marketing": "^3.0.57",
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^11.0.1",
"@vercel/analytics": "^0.1.5",
"axios": "^0.21.1",
"chakra-ui-steps": "^1.3.0",
"country-data": "^0.0.31",
"date-fns": "^2.22.1",
"dotenv": "^10.0.0",
"embla-carousel-autoplay": "^6.0.2",
"embla-carousel-react": "^6.0.2",
"framer-motion": "^4.1.17",
"fuse.js": "^6.4.6",
"graphql": "^15.5.1",
"graphql-request": "^3.5.0",
"jsonwebtoken": "^8.5.1",
"match-sorter": "^6.3.0",
"nanoid": "^3.3.4",
"next": "^11.1.4",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^3.0.4",
"next-pwa": "^5.2.21",
"next-seo": "^4.28.1",
"next-translate": "^1.0.7",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.10.1",
"react-icons": "^4.2.0",
"react-pdf": "^5.3.2",
"react-script-hook": "^1.4.1",
"react-scroll": "^1.8.3",
"react-typewriter-hook": "^1.0.1",
"recoil": "^0.3.1",
"underscore": "^1.13.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.5",
"@graphql-codegen/typescript": "^1.22.3",
"@types/country-data": "^0.0.2",
"@types/mailchimp__mailchimp_marketing": "^3.0.2",
"@types/mdx-js__react": "^1.5.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.9",
"@types/react-pdf": "^5.0.5",
"@types/react-scroll": "^1.8.3",
"@types/underscore": "^1.11.3",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"prettier": "^2.3.1",
"typescript": "^4.3.2"
}
}