-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.48 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.48 KB
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": "tina-react-router-starter",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "npx tinacms build && react-router build",
"dev": "npx tinacms dev -c \"react-router dev\"",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/completejavascript/tina-react-router-starter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/completejavascript/tina-react-router-starter/issues"
},
"homepage": "https://github.com/completejavascript/tina-react-router-starter#readme",
"description": "",
"dependencies": {
"@mantine/core": "^7.17.1",
"@mantine/hooks": "^7.17.1",
"@react-router/node": "^7.3.0",
"isbot": "^5.1.23",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.3.0",
"react-router-dom": "^7.3.0",
"tinacms": "^2.7.2"
},
"devDependencies": {
"@react-router/dev": "^7.3.0",
"@react-router/serve": "^7.3.0",
"@tinacms/cli": "^1.9.2",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"postcss": "^8.5.3",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"react-router-devtools": "^1.1.6",
"typescript": "^5.8.2",
"vite": "^6.2.1",
"vite-tsconfig-paths": "^5.1.4"
}
}