-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "juiceo.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"classnames": "^2.5.1",
"date-fns": "^3.3.1",
"extract-md-headings": "^0.2.7",
"framer-motion": "^10.18.0",
"front-matter": "^4.0.2",
"highlight.js": "^11.10.0",
"jotai": "^2.6.1",
"jotai-effect": "^0.2.3",
"jotai-optics": "^0.3.1",
"lodash": "^4.17.21",
"next": "14.0.4",
"next-mdx-remote": "^5.0.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-type-animation": "^3.2.0",
"rehype-highlight": "^7.0.0",
"rehype-starry-night": "^2.1.0",
"slug": "^8.2.3",
"styled-components": "^6.1.13",
"usehooks-ts": "^3.0.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/slug": "^5.0.7",
"autoprefixer": "^10.0.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"engines": {
"node": ">=20.8.1"
}
}