-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 3.91 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "soulmint",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"test": "jest",
"lint": "next lint",
"prepare": "simple-git-hooks",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-tinymce": "node ./build-tinymce.js",
"run-tus": "node ./tus-server.js"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.5.0",
"@moralisweb3/evm-utils": "^2.6.4",
"@reach/tabs": "^0.17.0",
"@tinymce/tinymce-react": "^4.1.0",
"@types/js-cookie": "^3.0.2",
"@uppy/core": "^2.3.2",
"@uppy/react": "^2.2.2",
"@uppy/tus": "^2.4.2",
"@walletconnect/web3-provider": "^1.7.7",
"@web3auth/web3auth": "^1.2.0",
"bignumber.js": "^9.0.2",
"boring-avatars": "^1.7.0",
"buffer": "^6.0.3",
"critters": "^0.0.16",
"date-fns": "^2.28.0",
"ethers": "^5.7.0",
"fs-extra": "^10.1.0",
"graphql": "^16.3.0",
"https-browserify": "^1.0.0",
"i18next-http-backend": "^1.4.0",
"informed": "~3.29.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"moralis": "^2.2.0",
"next": "12.1.0",
"next-auth": "^4.12.0",
"next-cookies": "^2.0.3",
"next-i18next": "^10.5.0",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.0",
"nextjs-progressbar": "^0.0.14",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "17.0.2",
"react-aria": "~3.4.0",
"react-datepicker": "^4.8.0",
"react-dom": "17.0.2",
"react-feather": "^2.0.10",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^7.2.6",
"react-select": "^5.4.0",
"react-textarea-autosize": "^8.3.4",
"react-toastify": "^9.0.7",
"redux-devtools-extension": "^2.13.9",
"reselect": "^4.1.5",
"slugify": "^1.6.5",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"swr": "^1.3.0",
"tinymce": "^6.1.1",
"tus-node-server": "^0.7.1",
"twitter-api-sdk": "^1.2.0",
"twitter-lite": "^1.1.0",
"url": "^0.11.0",
"web3": "^1.7.1",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@apollo/client": "^3.5.10",
"@babel/core": "^7.17.8",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"@types/date-fns": "^2.6.0",
"@types/node": "17.0.21",
"@types/react": "17.0.41",
"@types/react-redux": "^7.1.23",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.3",
"css-loader": "^6.7.1",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-storybook": "^0.5.7",
"lint-staged": "^12.3.7",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"prettier": "^2.6.0",
"prop-types": "^15.8.1",
"simple-git-hooks": "^2.7.0",
"storybook-addon-apollo-client": "^4.0.11",
"storybook-addon-i18n": "^5.1.13",
"storybook-addon-next-router": "^3.1.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
},
"resolutions": {
"@types/react": "17.0.14",
"@types/react-dom": "17.0.14"
},
"simple-git-hooks": {
"pre-commit": [
"yarn lint-staged --allow-empty"
]
}
}