-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "vercel-preview-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "TINA_PUBLIC_IS_LOCAL=true tinacms dev -c \"next dev\"",
"build": "tinacms build --partial-reindex && next build",
"start": "next start",
"lint": "next lint",
"setup:users": "tsx tina/kv_user_manager.ts"
},
"devDependencies": {
"@types/bcryptjs": "2.4.2",
"@types/inquirer": "9.0.3"
},
"dependencies": {
"@octokit/rest": "^19.0.7",
"@tinacms/cli": "0.0.0-20231116133956",
"@tinacms/datalayer": "0.0.0-20231116133956",
"@types/node": "^20.9.0",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"bcryptjs": "^2.4.3",
"chalk": "^5.2.0",
"dotenv": "^16.3.1",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"graphql": "15.8.0",
"inquirer": "9.2.7",
"isomorphic-fetch": "^3.0.0",
"js-base64": "^3.7.4",
"mongodb-level": "^0.0.2",
"next": "13.4.9",
"next-auth": "^4.24.5",
"next-tinacms-cloudinary": "^4.3.1",
"postcss": "8.4.24",
"postcss-nesting": "^10.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-textarea-autosize": "^8.5.2",
"tailwindcss": "3.3.2",
"tinacms": "0.0.0-20231116133956",
"tinacms-authjs": "0.0.0-20231116133956",
"tinacms-gitprovider-github": "0.0.0-20231116133956",
"tsx": "^3.12.7",
"typescript": "5.0.4",
"upstash-redis-level": "^1.1.1"
}
}