This repository has been archived by the owner on May 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
85 lines (85 loc) · 2.48 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
{
"name": "charm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"slicemachine": "start-slicemachine",
"upgrade": "npx npm-check-updates -u -x react,react-dom,@types/react && yarn install"
},
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.10.3",
"@next/bundle-analyzer": "^12.3.1",
"@prismicio/client": "^6.7.1",
"@prismicio/helpers": "^2.3.5",
"@prismicio/next": "^0.1.7",
"@prismicio/react": "^2.5.0",
"@prismicio/slice-simulator-react": "^0.2.2",
"@react-hookz/web": "^16.0.1",
"@sentry/nextjs": "^7.17.3",
"@svgr/webpack": "^6.5.1",
"@tippyjs/react": "^4.2.6",
"chrome-aws-lambda": "^10.1.0",
"date-fns": "^2.29.3",
"embla-carousel-react": "^7.0.4",
"eslint-config-prettier": "^8.5.0",
"formidable": "^2.0.1",
"hamburger-react": "^2.5.0",
"next": "13.1.1",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.6.0",
"next-secure-headers": "^2.2.0",
"next-seo": "^5.14.1",
"next-sitemap": "^3.1.30",
"nodemailer": "^6.8.0",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^7.8.3",
"prismic-cli": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-player": "^2.11.0",
"react-share": "^4.4.1",
"react-syntax-highlighter": "^15.5.0",
"react-twitter-embed": "^4.0.4",
"react-use": "^17.4.0",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"swr": "^2.0.0",
"tailwindcss": "^3.2.4",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.1.6",
"@types/formidable": "^2.0.5",
"@types/gtag.js": "^0.0.12",
"@types/node": "^18.11.8",
"@types/nodemailer": "^6.4.6",
"@types/react": "^18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-headroom": "^2.2.2",
"@types/react-syntax-highlighter": "^15.5.5",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-next": "^13.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.2.1",
"slice-machine-ui": "^0.6.0",
"stylelint": "^14.16.1",
"stylelint-prettier": "^2.0.0",
"typescript": "^4.9.4"
},
"resolutions": {
"@types/react": "^18.0.19"
}
}