forked from DefiLlama/icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix build && run-p \"dev:*\"",
"dev:node": "cross-env NODE_ENV=development nodemon --require dotenv/config ./server.js --watch ./server.js",
"dev:remix": "remix watch",
"start": "cross-env NODE_ENV=production node ./server.js",
"typecheck": "tsc -b"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.245.0",
"@remix-run/express": "^1.8.2",
"@remix-run/node": "^1.8.2",
"@remix-run/react": "^1.8.2",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"ethers": "^6.0.2",
"express": "^4.18.2",
"isbot": "^3.6.5",
"morgan": "^1.10.0",
"node-vibrant": "^3.2.1-alpha.1",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.0",
"wcag-contrast": "^3.0.0"
},
"devDependencies": {
"@remix-run/dev": "^1.8.2",
"@remix-run/eslint-config": "^1.8.2",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/sharp": "^0.31.1",
"@types/wcag-contrast": "^3.0.0",
"dotenv": "^16.0.3",
"eslint": "^8.27.0",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=14"
}
}