-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.47 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.47 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "lilnifty.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@ethersproject/contracts": "^5.1.0",
"@ethersproject/providers": "^5.1.0",
"@ethersproject/solidity": "^5.1.0",
"@google/model-viewer": "^1.6.0",
"@headlessui/react": "^1.0.0-43d5270",
"@heroicons/react": "^1.0.0",
"@react-hook/window-size": "^3.0.7",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.13.2",
"@tailwindcss/forms": "^0.3.2",
"@transak/transak-sdk": "^1.0.28",
"@uniswap/sdk": "^3.0.3",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.1.9",
"avatars": "^0.9.7",
"axios": "^0.21.1",
"axios-hooks": "^2.6.1",
"classnames": "^2.2.6",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.1.2",
"firebase": "^8.4.1",
"graphql": "^15.5.0",
"graphql-hooks": "^5.1.1",
"graphql-request": "^3.4.0",
"moment": "^2.29.1",
"next": "^10.1.3",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.7.0",
"react": "17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "17.0.1",
"react-firebaseui": "^5.0.2",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.0.4",
"react-paginate": "^7.1.3",
"react-paginate-next": "^7.0.4",
"swr": "^0.5.4",
"web3-react": "^5.0.5"
},
"devDependencies": {
"@auroradigital/prettier-config": "^1.0.1",
"@babel/core": "^7.13.10",
"@storybook/addon-actions": "^6.2.7",
"@storybook/addon-docs": "^6.2.7",
"@storybook/addon-essentials": "^6.2.7",
"@storybook/addon-links": "^6.2.7",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.2.7",
"@svgr/webpack": "^5.5.0",
"@types/node": "^14.14.35",
"@types/react": "^17.0.4",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"eslint": "^7.22.0",
"eslint-config-aurora": "^1.0.1",
"postcss": "^8.2.8",
"prettier": "2.0.5",
"standardx": "^7.0.0",
"tailwindcss": "^2.0.4",
"typescript": "^4.2.3"
},
"bit": {
"env": {
"compiler": "bit.envs/compilers/react@2.0.0"
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm"
}
}