-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.63 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
{
"name": "envision-web",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "1.6.22",
"@mdx-js/react": "1.6.22",
"@next/mdx": "10.2.0",
"@tailwindcss/typography": "^0.4.0",
"date-fns": "^2.21.3",
"flickity": "^2.2.2",
"gray-matter": "^4.0.3",
"mailgun-js": "^0.22.0",
"mdx-prism": "0.3.3",
"next": "10.2.0",
"next-mdx-remote": "^2.1.4",
"next-seo": "^4.24.0",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.1",
"npm": "^7.12.0",
"posthog-js": "^1.10.0",
"preact": "^10.5.7",
"prettier": "^2.2.1",
"react": "17.0.2",
"react-countup": "^4.3.3",
"react-dom": "17.0.2",
"react-flickity-component": "^3.6.1",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.4.2",
"react-parallax": "^3.3.0",
"react-visibility-sensor": "^5.1.1",
"reading-time": "1.3.0",
"remark-autolink-headings": "6.0.1",
"remark-code-titles": "0.1.2",
"remark-slug": "6.0.0",
"styled-components": "^5.3.0",
"swr": "0.5.6",
"typed.js": "^2.0.11"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"globby": "^11.0.2",
"image-size": "1.0.0",
"postcss": "^8.2.14",
"prettier": "2.2.1",
"rehype": "11.0.0",
"remark-frontmatter": "3.0.0",
"remark-parse": "9.0.0",
"remark-stringify": "9.0.1",
"tailwindcss": "^2.1.2",
"unified": "9.2.1",
"unist-util-visit": "3.0.1"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}