-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
61 lines (61 loc) · 1.7 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
{
"name": "rinkebyfaucet",
"version": "1.0.0",
"author": "ksaitor",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"prettier": "prettier --write './**/*.js|ts'",
"test:unit": "jest",
"test:unit:coverage": "jest --coverage",
"test:unit:update": "jest --updateSnapshot",
"supabase:start": "supabase start",
"supabase:stop": "supabase stop"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.1.0",
"classnames": "^2.3.1",
"clipboard-copy": "^4.0.1",
"dayjs": "^1.10.7",
"ethers": "^5.5.4",
"hcaptcha": "^0.1.1",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"next": "12.0.3",
"next-plugin-preact": "^3.0.6",
"next-seo": "^5.1.0",
"next-themes": "^0.0.15",
"preact": "^10.6.5",
"preact-render-to-string": "^5.1.19",
"react": "npm:@preact/compat",
"react-cookies": "^0.1.1",
"react-dom": "npm:@preact/compat",
"react-hook-form": "7.12.2",
"react-icons": "^4.3.1",
"react-ssr-prepass": "npm:preact-ssr-prepass",
"react-textarea-autosize": "^8.3.3",
"sass": "^1.49.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.10",
"@tailwindcss/typography": "^0.5.1",
"@testing-library/react": "^12.1.2",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.14",
"@types/react": "^17.0.38",
"autoprefixer": "^10.4.2",
"chai": "^4.3.6",
"jest": "^27.5.1",
"mocha": "^9.2.0",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.4.6",
"postcss-nested": "^5.0.6",
"prettier": "^2.5.1",
"sinon": "^13.0.1",
"tailwindcss": "^3.0.22",
"tailwindcss-spinner": "^1.2.0",
"typescript": "^4.5.5"
}
}