-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.81 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"github:types": "graphql-codegen --require dotenv/config"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.71",
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.1.2",
"@mdx-js/react": "^2.1.2",
"@next/mdx": "^12.2.5",
"@radix-ui/colors": "0.1.8",
"@radix-ui/react-icons": "1.1.1",
"@radix-ui/react-switch": "1.0.0",
"@radix-ui/react-tooltip": "1.0.0",
"@stitches/react": "1.2.8",
"@tailwindcss/typography": "0.5.4",
"autoprefixer": "^10.4.8",
"comma-number": "^2.1.0",
"date-fns": "^2.29.1",
"graphql-request": "3.6.1",
"gray-matter": "^4.0.3",
"kbar": "0.1.0-beta.36",
"mdx-prism": "^0.3.4",
"next": "^12.2.5",
"next-mdx-remote": "^4.1.0",
"next-themes": "^0.2.0",
"postcss": "^8.4.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "2.0.10",
"react-tweet-embed": "^1.3.1",
"reading-time": "^1.5.0",
"rehype": "^12.0.1",
"remark-autolink-headings": "^7.0.1",
"remark-code-titles": "^0.1.2",
"remark-slug": "^7.0.1",
"rss": "^1.2.2",
"tailwindcss": "^3.1.8",
"use-sound": "4.0.1"
},
"devDependencies": {
"@graphql-codegen/cli": "2.11.6",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-operations": "2.5.3",
"@types/react": "18.0.17",
"@types/rss": "0.0.29",
"@types/tailwindcss": "3.1.0",
"@typescript-eslint/eslint-plugin": "5.22.0",
"eslint": "7.32.0",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"typescript": "4.7.4"
}
}