-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 865 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
35
36
{
"name": "atelierverbeke.be",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"contentlayer dev\" \"next dev\"",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap"
},
"dependencies": {
"framer-motion": "^10.12.18",
"next": "^13.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^11.0.3"
},
"devDependencies": {
"@types/react": "^18.0.17",
"contentlayer": "^0.2.4",
"decap-cms-app": "^3.0.7",
"eslint": "7.32.0",
"eslint-config-next": "^13.4.7",
"next-contentlayer": "^0.2.9",
"next-seo": "^5.4.0",
"next-sitemap": "^2.5.20",
"react-markdown": "^8.0.7",
"remark-gfm": "^3.0.1",
"typescript": "5.1.6"
},
"overrides": {
"react": "^18.2.0",
"@types/react": "^18.0.17",
"react-dom": "^18.2.0"
}
}