-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
117 lines (117 loc) · 3.75 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
{
"name": "subid-frontend",
"version": "0.2.8",
"description": "Sub.ID frontend.",
"author": "DappForce contributors",
"license": "GPL-3.0-only",
"private": true,
"scripts": {
"check": "yarn lint",
"lint": "tsc && eslint --cache 'src/**/*.{ts,tsx,js}' --fix",
"dev": "next -p 3003",
"build-tailwind-css:watch": "npx tailwindcss -i src/styles/tailwind.css -o public/tailwind.css --watch",
"analyze": "ANALYZE=true next build",
"build": "next build",
"start": "next start -p 3003"
},
"devDependencies": {
"@next/bundle-analyzer": "10.2.0",
"@polkadot/ts": "^0.3.66",
"@subsocial/config": "^0.6.8",
"@svgr/webpack": "^8.1.0",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/lodash": "^4.14.171",
"@types/node": "^12.0.0",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/react-redux": "^7.1.20",
"@types/react-responsive": "^8.0.2",
"@types/store": "^2.0.2",
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^7.0.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"html-loader": "^1.2.1",
"markdown-loader": "^5.1.0",
"next-compose-plugins": "^2.2.0",
"npm-watch": "^0.10.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"sass": "^1.54.4",
"styled-components": "^5.3.0",
"tailwindcss": "^3.3.3",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "4.9.5"
},
"resolutions": {
"@polkadot/types": "^13.0.1",
"@polkadot/api": "^13.0.1",
"@polkadot/util": "^13.0.2"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.2.2",
"@ant-design/charts": "^1.2.14",
"@ant-design/icons": "^4.6.2",
"@blazity/next-image-proxy": "^1.0.2",
"@floating-ui/react": "^0.25.1",
"@google/model-viewer": "^1.10.1",
"@headlessui/react": "^1.7.16",
"@polkadot/extension-dapp": "^0.40.3",
"@polkadot/react-identicon": "3.6.3",
"@polkawallet/bridge": "0.1.3",
"@reduxjs/toolkit": "^1.6.2",
"@subsocial/api": "0.8.13",
"@subsocial/grill-widget": "^0.1.3",
"@subsocial/resource-discussions": "0.0.4",
"@subsocial/utils": "0.8.13",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"antd": "4.12.3",
"bignumber.js": "^9.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.1",
"css-loader": "^6.5.1",
"dotenv": "^8.0.0",
"dotenv-webpack": "^1.0.2",
"easymde": "^2.15.0",
"extracted-loader": "^1.0.7",
"i18next": "^21.6.11",
"i18next-browser-languagedetector": "^6.1.3",
"lodash": "^4.17.21",
"next": "^13.4.12",
"next-i18next": "^10.3.0",
"next-redux-wrapper": "^7.0.5",
"next-themes": "^0.0.14",
"nextjs-google-analytics": "^2.3.0",
"postcss": "^8.4.27",
"query-string": "^7.0.1",
"react": "18.2.0",
"react-device-detect": "^1.17.0",
"react-dom": "18.2.0",
"react-i18next": "^11.15.4",
"react-icons": "4.10.1",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^4.0.6",
"react-qr-code": "^2.0.2",
"react-redux": "^7.2.6",
"react-render-if-visible": "^1.0.3",
"react-responsive": "^9.0.0-beta.2",
"react-scripts": "4.0.3",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"sharp": "^0.32.1",
"style-loader": "^3.3.1",
"tailwind-merge": "^1.14.0",
"worker-loader": "^3.0.8",
"yup": "^0.32.9"
}
}