-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.65 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
{
"name": "instanft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@airgap/beacon-sdk": "^2.3.5",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@toruslabs/torus-embed": "^1.13.6",
"@walletconnect/web3-provider": "^1.6.6",
"authereum": "^0.1.14",
"axios": "^0.23.0",
"bitski": "^0.11.0-beta.5",
"firebase": "^8.6.2",
"fortmatic": "^2.2.1",
"framer-motion": "^4",
"html-react-parser": "^1.4.0",
"markdown-it": "^12.2.0",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.4.2",
"react-icons": "^4.3.1",
"react-insta-stories": "^2.2.5",
"react-zoom-pan-pinch": "^2.1.3",
"web3": "^1.6.0",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@types/firebase": "^3.2.1",
"@types/markdown-it": "^12.2.3",
"@types/react": "17.0.30",
"@types/web3": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"electron": "^15.3.0",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
"typescript": "4.4.4"
}
}