-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1023 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1023 Bytes
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
{
"name": "@keystatic/templates-remix",
"type": "module",
"version": "0.0.50",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/keystatic/",
"directory": "templates/remix"
},
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@keystatic/core": "workspace:^",
"@keystatic/remix": "workspace:^",
"@markdoc/markdoc": "^0.4.0",
"@remix-run/css-bundle": "^2.9.2",
"@remix-run/node": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@remix-run/serve": "^2.9.2",
"isbot": "^3.6.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vite": "^5.2.12"
},
"devDependencies": {
"@remix-run/dev": "^2.9.2",
"@remix-run/eslint-config": "^2.9.2",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"eslint": "^8.18.0",
"typescript": "^5.5.3"
},
"engines": {
"node": ">=18.0.0"
}
}