-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.51 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "stag3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix --dir src",
"test": "jest",
"test:ci": "jest --ci",
"test:watch": "jest --watch",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-Radon/stag3.git"
},
"keywords": [
"web3",
"orbis",
"ceramic network",
"gitcoin passport"
],
"author": "Team Radon",
"bugs": {
"url": "https://github.com/Team-Radon/stag3/issues/"
},
"homepage": "https://github.com/Team-Radon/stag3#readme",
"dependencies": {
"@gitcoinco/passport-sdk-reader": "^0.1.4",
"@headlessui-float/react": "^0.10.0",
"@headlessui/react": "^1.7.5",
"@heroicons/react": "^2.0.13",
"@hookform/resolvers": "^2.9.10",
"@orbisclub/orbis-sdk": "^0.4.9",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/react-query": "^4.19.1",
"@tanstack/react-query-devtools": "^4.19.1",
"@types/node": "18.11.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"eslint-config-next": "13.0.6",
"ethereum-blockies-base64": "^1.0.2",
"isomorphic-dompurify": "^0.24.0",
"marked": "^4.2.4",
"next": "13.0.6",
"next-progress": "^2.2.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.40.0",
"react-hot-toast": "^2.4.0",
"react-select": "^5.7.0",
"zod": "^3.19.1",
"zustand": "^4.1.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.7",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@testing-library/jest-dom": "^5.16.5",
"@types/jest": "^29.2.4",
"@types/marked": "^4.0.8",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.29.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}