-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 882 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
{
"name": "tina.cms",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build --debug",
"start": "tinacms build && NODE_OPTIONS='--inspect' next start -p 8080",
"lint": "next lint"
},
"dependencies": {
"content": "*",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"react-syntax-highlighter": "^15.5.0",
"remark-custom-blocks": "^2.6.0",
"shiki": "^0.14.7",
"tinacms": "^1.5.28"
},
"devDependencies": {
"@tinacms/cli": "^1.5.39",
"@types/node": "^20.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}