forked from ADAOcommunity/round-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "round-table",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"cypress": "cypress open",
"cypress:headless": "cypress run"
},
"dependencies": {
"@apollo/client": "^3.7.2",
"@cardano-graphql/client-ts": "^7.0.2",
"@dcspark/cardano-multiplatform-lib-browser": "^3.1.2",
"@heroicons/react": "^2.0.13",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"cardano-utxo-wasm": "^0.2.0",
"dexie": "^3.2.1",
"dexie-react-hooks": "^1.1.1",
"fractional": "^1.0.0",
"graphql": "^16.6.0",
"gun": "^0.2020.1238",
"next": "13.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-number-format": "^4.9.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^27.4.1",
"@types/node": "18.11.15",
"@types/react": "18.0.26",
"autoprefixer": "^10.4.13",
"cross-fetch": "^3.1.5",
"cypress": "^10.8.0",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"jest": "^27.5.1",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"talkback": "^3.0.2",
"typescript": "4.9.4"
}
}