-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
58 lines (58 loc) · 1.55 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
{
"name": "wisesa.dev",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@mdx-js/loader": "^1.6.22",
"@tippyjs/react": "^4.2.5",
"clsx": "^1.1.1",
"framer-motion": "4",
"gray-matter": "^4.0.3",
"mdx-prism": "^0.3.3",
"next": "^12.0.7",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^3.0.2",
"next-pwa": "^5.4.4",
"next-seo": "^4.25.1",
"next-sitemap": "^1.6.124",
"next-themes": "^0.0.15",
"nprogress": "^0.2.0",
"preact": "^10.5.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-intersection-observer": "^9.1.0",
"react-sketch-canvas": "^6.2.0",
"reading-time": "^1.3.0",
"remark-breaks": "2.0.2",
"remark-code-titles": "^0.1.2",
"remark-slug": "^6.0.0",
"simplex-noise": "^3.0.0",
"twin.macro": "^2.7.0"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@types/mdx-js__react": "^1.5.4",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.8",
"@types/tailwindcss": "^2.2.1",
"autoprefixer": "^10.4.4",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"globby": "^11.0.4",
"postcss": "^8.4.12",
"prettier": "^2.3.1",
"rehype": "^11.0.0",
"tailwindcss": "^3.0.23",
"typescript": "4.3.2"
}
}