-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 974 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"buildstart": "next build && next start"
},
"dependencies": {
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"framer-motion": "^8.0.2",
"gray-matter": "^4.0.3",
"next": "latest",
"next-intl": "^2.15.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-external-links": "^2.1.0",
"rehype-highlight": "^6.0.0",
"rehype-stringify": "^9.0.4",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"cross-env": "^7.0.3",
"sass": "^1.63.6"
}
}