-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "personal-site",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@emotion/react": "^11.9.3",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@mdx-js/loader": "^2.1.1",
"@next/mdx": "^12.1.6",
"directory-tree": "^3.3.0",
"graphql": "^16.2.0",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "12.0.7",
"next-translate": "^1.4.0",
"parse-numeric-range": "^1.3.0",
"purgecss": "^4.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.3",
"react-player": "^2.9.0",
"react-social-icons": "^5.6.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"typescript": "^4.7.3"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.0",
"cssnano": "^5.1.12",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.2.15",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.2"
}
}