-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 1.95 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
{
"name": "garvnanwani.com",
"description": "My personal website.",
"version": "0.0.0",
"author": {
"name": "Garv nanwani",
"email": "[email protected]",
"url": "https://garvnanwani.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Garvnanwani/garvnanwani.com.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mapbox/rehype-prism": "0.6.0",
"@mdx-js/loader": "1.6.22",
"@mdx-js/react": "1.6.22",
"@next/mdx": "11.0.0",
"@splitbee/web": "0.2.4",
"@tailwindcss/typography": "^0.5.2",
"atropos": "1.0.2",
"autoprefixer": "10.4.2",
"big.js": "6.1.1",
"date-fns": "2.28.0",
"emailjs-com": "2.6.4",
"firebase-admin": "9.12.0",
"framer-motion": "4.1.17",
"gray-matter": "4.0.3",
"mdx-prism": "0.3.4",
"mousetrap": "1.6.5",
"next": "^12.1.0",
"next-mdx-remote": "3.0.8",
"next-themes": "0.1.1",
"postcss": "8.3.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "4.2.0",
"reading-time": "1.5.0",
"remark-autolink-headings": "6.0.1",
"remark-code-titles": "0.1.2",
"remark-slug": "6.0.0",
"swr": "0.5.7",
"tailwindcss": "3.0.23"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"semi": false,
"trailingComma": "none"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.0.0",
"globby": "11.0.4",
"image-size": "1.0.1",
"prettier": "2.5.1",
"rehype": "11.0.0",
"remark-parse": "9.0.0",
"remark-stringify": "9.0.1",
"unified": "9.2.2",
"unist-util-visit": "3.1.0"
}
}