forked from inannan423/Daymd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "Daymd",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@flodlc/nebula": "^1.0.56",
"classnames": "^2.3.1",
"clsx": "^1.2.1",
"contentlayer": "latest",
"daisyui": "^2.24.0",
"date-fns": "^2.29.1",
"framer-motion": "^7.2.1",
"material-ui": "^0.20.2",
"moment": "^2.29.4",
"next": "12.2.5",
"next-contentlayer": "latest",
"next-i18next": "^12.0.0",
"react": "18.2.0",
"react-back2top": "^0.1.6",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-rellax": "^1.0.3",
"react-scroll-to-top": "^3.0.0",
"react-scroll-up": "^1.3.7",
"react-tooltip": "^4.2.21",
"react-use": "^17.4.0",
"rehype-pretty-code": "^0.3.2",
"rellax": "^1.12.1",
"shiki": "^0.11.1",
"theme-change": "^2.2.0",
"use-immer": "^0.7.0",
"vanilla-back-to-top": "^7.2.1"
},
"devDependencies": {
"@types/react": "18.0.17",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "4.7.4"
}
}