-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
87 lines (87 loc) · 2.65 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
{
"name": "subsocial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook -s public"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.1",
"@mui/styled-engine-sc": "^5.0.0",
"@mui/system": "^5.1.1",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@polkadot/extension-dapp": "^0.44.6",
"@polkadot/ui-keyring": "^2.9.8",
"@reduxjs/toolkit": "^1.6.2",
"@storybook/preset-scss": "^1.0.3",
"@subsocial/api": "0.7.5",
"@subsocial/utils": "0.7.5",
"adblock-detect-react": "^1.0.5",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"dotenv-webpack": "^7.0.3",
"easymde": "^2.15.0",
"i18next": "^21.6.10",
"i18next-browser-languagedetector": "^6.1.3",
"jdenticon": "^3.1.1",
"localforage": "^1.10.0",
"lodash.memoize": "^4.1.2",
"lodash.partition": "^4.6.0",
"next": "11.1.2",
"next-i18next": "^10.0.1",
"numeral": "^2.0.6",
"qrcode.react": "^1.0.1",
"query-string": "^7.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.15.3",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.0.0",
"react-markdown": "^7.0.1",
"react-redux": "^7.2.5",
"react-responsive": "^9.0.0-beta.4",
"react-simplemde-editor": "^5.0.2",
"sanitize-html": "^2.6.1",
"sass": "^1.42.1",
"sass-loader": "^10.1.1",
"slugify": "^1.6.1",
"store": "^2.0.12",
"storybook-addon-next-router": "^3.0.8",
"storybook-css-modules-preset": "^1.1.1",
"styled-components": "^5.3.1",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@storybook/addon-actions": "^6.3.8",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/react": "^6.3.8",
"@types/lodash.memoize": "^4.1.6",
"@types/lodash.partition": "^4.6.6",
"@types/numeral": "^2.0.2",
"@types/qrcode.react": "^1.0.2",
"@types/query-string": "^6.3.0",
"@types/react": "17.0.24",
"@types/react-redux": "^7.1.18",
"@types/sanitize-html": "^2.6.2",
"@types/store": "^2.0.2",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"css-loader": "5.2.7",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"storybook-react-i18next": "^1.0.17",
"style-loader": "2.0.0",
"typescript": "4.4.3"
}
}