-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 995 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
40
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@revolut/ui-kit": "12.6.2",
"@twa-dev/types": "^6.9.0",
"@vercel/edge-config": "^0.4.1",
"awesome-graphql-client": "^0.12.1",
"axios": "^0.27.2",
"date-fns": "^2.29.3",
"framer-motion": "^6",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"ioredis": "^5.2.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"next": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-query": "^3.39.1",
"react-router-dom": "^5.3.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"typescript": "4.7.3"
}
}