-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 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
62
{
"private": true,
"scripts": {
"dev": "next dev",
"prep": "bash ./prep.sh",
"brun": "yarn build; next start",
"build": "yarn run test:ci; next build",
"start": "next start",
"test": "yarn jest --watchAll",
"test:ci": "yarn jest --ci",
"testt": "riteway -r @babel/register **/*.test.js | tap-nirvana",
"deploy": "vercel",
"cypress": "cypress run",
"cypress:open": "cypress open"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@next/bundle-analyzer": "^12.1.6",
"@reduxjs/toolkit": "^1.8.3",
"@self.id/framework": "^0.3.2",
"@snapshot-labs/snapshot.js": "^0.3.91",
"@types/react": "^18.0.15",
"@types/react-redux": "^7.1.24",
"axios": "^0.27.2",
"daisyui": "^2.15.2",
"ethers": "^5.6.8",
"firebase": "^9.8.3",
"firebase-admin": "^11.0.0",
"iron-session": "^6.1.3",
"next": "latest",
"ramda": "^0.28.0",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"sharp": "^0.30.7",
"siwe": "^1.1.6",
"wagmi": "^0.4.7"
},
"devDependencies": {
"@redux-devtools/core": "^3.13.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.2",
"@types/node": "17.0.4",
"@types/ramda": "^0.28.14",
"autoprefixer": "^10.4.0",
"chai": "^4.3.6",
"cypress": "^10.3.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"riteway": "^6.3.1",
"tailwindcss": "^3.0.7",
"tap-nirvana": "^1.1.0",
"typescript": "4.5.4"
}
}