-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 930 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
38
39
{
"name": "caramel-demo",
"private": true,
"description": "",
"license": "",
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"postinstall": "remix setup node"
},
"dependencies": {
"@radix-ui/react-select": "^0.1.1",
"@radix-ui/react-tooltip": "^0.1.7",
"@remix-run/react": "^1.3.1",
"@remix-run/vercel": "^1.3.1",
"@stitches/react": "^1.2.7",
"ethers": "^5.6.1",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remix": "^1.3.1",
"remix-utils": "^2.9.0",
"swr": "^1.2.2"
},
"devDependencies": {
"@remix-run/dev": "^1.3.1",
"@remix-run/eslint-config": "^1.3.1",
"@remix-run/serve": "^1.3.1",
"@types/lodash": "^4.14.180",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"eslint": "^8.11.0",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=14"
}
}