-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "treat-toolbox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.15.0",
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.4",
"@hookform/resolvers": "^2.8.3",
"@solana/web3.js": "^1.30.2",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@types/crypto-js": "^4.0.2",
"babel": "^6.23.0",
"babel-loader": "^8.2.2",
"babel-plugin-superjson-next": "^0.3.1",
"cookie": "^0.4.1",
"crypto-js": "^4.1.1",
"firebase": "^9.0.1",
"firebase-admin": "^9.11.1",
"fs": "^0.0.1-security",
"jest": "^27.0.6",
"next": "^11.1.2",
"papaparse": "^5.3.1",
"pino": "^6.13.3",
"react": "17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "17.0.2",
"react-firebase-hooks": "^3.0.4",
"react-hook-form": "^7.19.5",
"superjson": "^1.7.5",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/papaparse": "^5.3.1",
"@types/react": "17.0.19",
"@types/uuid": "^8.3.1",
"autoprefixer": "^10.3.1",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.0",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7",
"typescript": "4.3.5"
}
}