-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 1.99 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
{
"name": "post4ever",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@material-tailwind/react": "1.2.4",
"@next/font": "^13.1.1",
"@polkadot/api": "latest",
"@polkadot/extension-dapp": "latest",
"@polkadot/react-identicon": "^2.9.14",
"@polkadot/util-crypto": "^10.1.10",
"@polkadot/wasm-crypto": "^6.4.1",
"@polkadot/wasm-crypto-wasm": "6.4.1",
"@polkadot/wasm-util": "6.4.1",
"@subsocial/api": "0.8.2",
"@subsocial/utils": "0.8.2",
"@tailwindcss/forms": "^0.5.3",
"@talisman-connect/ui": "^1.1.1",
"@talisman-connect/wallets": "^1.1.3",
"@talismn/connect-components": "^1.1.6",
"@talismn/connect-ui": "^1.1.2",
"@talismn/connect-wallets": "^1.2.3",
"autoprefixer": "^10.4.12",
"clsx": "^1.2.1",
"daisyui": "^2.42.1",
"immer": "^9.0.16",
"next": "13.0.5",
"next-auth": "^4.4.0",
"next-transpile-modules": "^10.0.0",
"nextjs-google-analytics": "^2.2.2",
"postcss": "^8.4.17",
"react": "18.2.0",
"react-daisyui": "^2.4.6",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-loading-skeleton": "^3.1.0",
"react-markdown": "^8.0.4",
"react-share": "^4.4.1",
"tailwindcss": "^3.1.8",
"twitter-api-v2": "^1.12.8",
"url-join": "^5.0.0",
"use-breakpoint": "^3.0.6",
"zustand": "^4.1.4"
},
"devDependencies": {
"@jest/globals": "^29.3.1",
"@svgr/webpack": "^6.5.1",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "2.8.0",
"prettier-plugin-tailwindcss": "^0.2.1",
"typescript": "4.8.4"
},
"resolutions": {
"@polkadot/api": "^9.3.3"
}
}