-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 898 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
36
37
{
"private": true,
"name": "remix-theme-switch",
"description": "a peculiar case of Remix links not loading from route pages after POSTing to itself",
"author": {
"name": "Roy Revelt",
"email": "[email protected]",
"url": "https://codsen.com"
},
"repository": {
"type": "git",
"url": "https://github.com/revelt/remix-theme-switch.git"
},
"license": "Public domain",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build"
},
"dependencies": {
"@remix-run/node": "^1.4.1",
"@remix-run/react": "^1.4.1",
"@remix-run/serve": "^1.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@remix-run/dev": "^1.4.1",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"typescript": "^4.6.3"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}