-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
35 lines (35 loc) · 984 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": "^22.5.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"eslint-config-next": "^14.2.7",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10"
},
"dependencies": {
"@tinacms/cli": "^1.6.1",
"@tinacms/datalayer": "^1.3.1",
"next": "14.2.1",
"next-auth": "^4.24.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tinacms": "^2.2.1",
"tinacms-authjs": "^5.0.1",
"tinacms-gitprovider-github": "^2.0.1",
"typescript": "^5.5.4",
"upstash-redis-level": "^1.1.1"
}
}