-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 897 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
{
"name": "techblog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.19.0",
"@contentful/rich-text-types": "^16.3.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/js-beautify": "^1.14.3",
"@vercel/analytics": "^1.1.1",
"framer-motion": "^10.16.9",
"highlight.js": "^11.9.0",
"js-beautify": "^1.14.3",
"next": "^14.0.3",
"react": "^18",
"react-dom": "^18",
"server-only": "^0.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"typescript": "^5"
}
}