-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 904 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 904 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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "cross-env NODE_ENV=development netlify dev",
"start": "cross-env NODE_ENV=production netlify dev"
},
"dependencies": {
"@grammyjs/conversations": "^0.6.2",
"@grammyjs/storage-free": "^2.0.0",
"@grammyjs/types": "^2.8.1",
"@netlify/functions": "^1.0.0",
"@remix-run/netlify": "^1.6.3",
"@remix-run/node": "^1.6.3",
"@remix-run/react": "^1.6.3",
"cross-env": "^7.0.3",
"grammy": "^1.9.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sharp": "^0.30.7"
},
"devDependencies": {
"@remix-run/dev": "^1.6.3",
"@remix-run/eslint-config": "^1.6.3",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.17",
"@types/sharp": "^0.30.4",
"eslint": "^8.15.0",
"typescript": "^4.6.4"
},
"engines": {
"node": ">=14"
}
}