-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
76 lines (76 loc) · 2.1 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
{
"name": "twitter-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@polkadot/api": "latest",
"@polkadot/extension-dapp": "^0.44.6",
"@polkadot/ui-keyring": "^0.85.4",
"@subsocial/api": "0.7.5",
"@subsocial/types": "latest",
"@subsocial/utils": "0.7.5",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/react-list": "^0.8.5",
"antd": "^4.20.7",
"moment": "^2.27.0",
"next": "12.1.6",
"react": "18.2.0",
"react-contenteditable": "^3.3.5",
"react-dom": "18.2.0",
"react-hook-form": "^6.0.2",
"react-json-view": "^1.21.3",
"react-list": "^0.8.15",
"react-modal": "^3.11.2",
"react-scripts": "5.0.1",
"sanitize-html": "^1.27.0",
"typescript": "^4.7.4",
"validator": "^13.1.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/moment": "^2.13.0",
"@types/node": "^14.0.14",
"@types/react": "^16.9.41",
"@types/react-modal": "^3.10.6",
"@types/sanitize-html": "^1.23.3",
"@types/validator": "^13.1.0",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"autoprefixer": "^9.8.4",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"tailwindcss": "^1.4.6",
"typescript": "^3.9.5"
},
"resolutions": {
"@polkadot/api": "9.2.4",
"@polkadot/types": "9.2.4"
},
"license": "MIT",
"keywords": [
"twitter clone",
"nextjs",
"tailwind",
"tailwind nextjs"
],
"description": "Twitter home page clone with nextjs, tailwind and typescript"
}