generated from tinacms/tina-self-hosted-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 981 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": "tina-self-hosted-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "TINA_PUBLIC_IS_LOCAL=true tinacms dev -c \"next dev\"",
"dev:prod": "TINA_PUBLIC_IS_LOCAL=false tinacms dev -c \"next dev\"",
"build": "tinacms build --partial-reindex && next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.16",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
},
"dependencies": {
"@tinacms/cli": "^1.5.34",
"@tinacms/datalayer": "^1.2.29",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"tinacms": "^1.5.24",
"tinacms-authjs": "^1.0.1",
"tinacms-gitprovider-github": "^1.0.0",
"typescript": "5.0.4",
"upstash-redis-level": "^1.1.1"
}
}