forked from killthebuddh4/relay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.67 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "daopanel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --check .",
"check": "next lint && SKIP_SENTRY=true next build && prettier --check ."
},
"dependencies": {
"@prisma/client": "^3.15.2",
"@sentry/nextjs": "^7.0.0",
"@types/react-blockies": "^1.4.1",
"@xmtp/xmtp-js": "^4.0.0",
"copy-to-clipboard": "^3.3.1",
"ethers": "^5.6.4",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-xhr-backend": "^3.2.2",
"next": "12.1.0",
"next-plausible": "^3.2.0",
"node-localstorage": "^2.2.1",
"npm": "^8.7.0",
"react": "17.0.2",
"react-blockies": "^1.4.1",
"react-device-detect": "2.2.2",
"react-dom": "17.0.2",
"react-i18next": "^11.16.7",
"react-modal": "^3.15.1",
"styled-components": "^5.3.5",
"use-immer": "^0.7.0",
"uuid": "^8.3.2",
"wagmi": "^0.3.1"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"@types/react-modal": "^3.13.1",
"@types/styled-components": "^5.1.24",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"eslint": "8.12.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"prettier": "2.6.1",
"prisma": "^3.15.2",
"typescript": "4.6.2"
}
}