-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "puutarha",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/josefin-sans": "^4.5.12",
"@fontsource/lato": "^4.5.10",
"@radix-ui/react-collapsible": "^1.1.2",
"@vercel/analytics": "^1.4.1",
"date-fns": "^2.30.0",
"framer-motion": "^10.18.0",
"gray-matter": "^4.0.3",
"mdx-bundler": "^9.2.1",
"next": "^14.2.23",
"plaiceholder": "^2.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-player": "^2.16.0",
"remark-smartypants": "^2.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"esbuild": "^0.19.12",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.2.23",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.5.1",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"rehype": "^12.0.1",
"rehype-code-titles": "^1.2.0",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.4.17"
}
}