-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.6 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
51
52
53
{
"private": true,
"name": "tina-remix-starter",
"version": "1.0.0",
"sideEffects": false,
"type": "module",
"scripts": {
"build": "tinacms build -c \"remix vite:build\"",
"dev": "TINA_PUBLIC_IS_LOCAL=true tinacms dev -c \"remix vite:dev --host\"",
"dev:prod": "TINA_PUBLIC_IS_LOCAL=false tinacms dev -c \"remix vite:dev --host\"",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "tinacms build -c \"remix-serve ./build/server/index.js\"",
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/node": "^2.11.2",
"@remix-run/react": "^2.11.2",
"@remix-run/serve": "^2.11.2",
"@upstash/redis": "^1.34.0",
"isbot": "^5.1.17",
"mongodb-level": "^0.0.4",
"next-auth": "^4.24.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remix-auth": "^3.7.0",
"remix-auth-auth0": "^1.10.0",
"remix-auth-form": "^1.5.0",
"remix-utils": "^7.6.0",
"tinacms": "^2.2.0",
"tinacms-authjs": "^5.0.0",
"tinacms-gitprovider-github": "^2.0.0",
"typescript": "^5.5.4",
"upstash-redis-level": "^1.1.1"
},
"devDependencies": {
"@remix-run/dev": "^2.11.2",
"@remix-run/eslint-config": "^2.11.2",
"@tinacms/cli": "^1.6.0",
"@tinacms/datalayer": "1.3.0",
"@types/node": "^22.4.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "~8.57.0",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"remix-development-tools": "^4.2.2",
"vite": "^5.4.2",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
"node": ">=18"
}
}