-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "website-testnet",
"version": "0.1.7",
"private": true,
"scripts": {
"dev": "nps dev",
"build": "nps build",
"start": "nps start",
"lint": "nps lint",
"lint:fix": "nps lint.fix"
},
"dependencies": {
"base-64": "^1.0.0",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.2.2",
"iso-3166-1-ts": "^0.2.2",
"magic-sdk": "^6.2.1",
"next": "^12.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-recaptcha-v3": "^1.10.1",
"react-use-clipboard": "^1.0.7"
},
"devDependencies": {
"@types/base-64": "^1.0.0",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"autoprefixer": "^10.3.1",
"cypress": "9.5.3",
"dependency-cruiser": "^10.3.1",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"nps": "^5.10.0",
"nps-utils": "^1.7.0",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"tailwindcss": "^2.2.4",
"twly": "^4.0.4",
"typescript": "4.3.5"
}
}