-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "glosseta",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/qrcode": "^1.4.2",
"arweave": "^1.10.17",
"axios": "^0.25.0",
"ethers": "^5.5.3",
"fast-csv": "^4.3.6",
"framer-motion": "^4.1.17",
"graphql": "^15.6.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.3",
"next": "12",
"next-i18next": "^9.0.0",
"qrcode": "^1.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"setimmediate": "^1.0.5"
},
"devDependencies": {
"@types/react": "17.0.27",
"eslint": "^8.4.1",
"eslint-config-next": "11.1.2",
"jest-fetch-mock": "^3.0.3",
"node-fetch": "^3.2.10",
"typescript": "4.4.3"
}
}