forked from myriadsocial/myriad-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
172 lines (172 loc) · 5.69 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "myriad-web",
"version": "2.5.0",
"description": "myriad-web",
"private": true,
"license": "AGPL-3.0",
"author": "Myriad Dev Team <[email protected]>",
"homepage": "https://myriad.social",
"repository": {
"type": "git",
"url": "https://github.com/myriadsocial/myriad-web.git"
},
"engines": {
"node": ">=14.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"prepare": "husky install",
"storybook:build": "build-storybook",
"storybook:start": "start-storybook -p 6006",
"export-env": "node ./plugins/export-env.js",
"dev": "nodemon",
"build": "next build",
"start": "yarn export-env && next start",
"lint:check": "next lint --report-unused-disable-directives warn --ignore-path .gitignore .",
"lint:fix": "next lint --fix --ignore-path .gitignore .",
"format:check": "prettier --list-different --ignore-unknown --ignore-path .gitignore . '!CHANGELOG.md'",
"format:fix": "prettier --write --ignore-unknown --ignore-path .gitignore . '!CHANGELOG.md'",
"pretest": "yarn build",
"test": "jest --ci",
"test:dev": "jest --watch && yarn posttest",
"docker:build": "./.maintain/docker/build-image.sh",
"docker:run": "./.maintain/docker/start-docker-compose.sh",
"docker:down": "./.maintain/docker/stop-docker-compose.sh"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^35.4.0",
"@ckeditor/ckeditor5-react": "^5.0.5",
"@emotion/cache": "^11.9.3",
"@emotion/react": "^11.9.3",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.9.3",
"@fontsource/mulish": "^4.5.7",
"@googleapis/youtube": "^20.0.0",
"@heroicons/react": "^1.0.6",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@myriadsocial/ckeditor5-custom-build": "^0.0.1",
"@next/bundle-analyzer": "^12.1.0",
"@polkadot/api": "^9.14.2",
"@polkadot/extension-dapp": "^0.37.2",
"@polkadot/react-identicon": "^0.58.*",
"@reduxjs/toolkit": "^1.8.6",
"@sentry/nextjs": "^6.19.2",
"@udecode/plate": "^14.2.0",
"@udecode/plate-common": "^7.0.2",
"axios": "^0.26.1",
"canvas": "^2.11.2",
"compression-webpack-plugin": "10.0.0",
"date-fns": "^2.28.0",
"detect-browser": "^5.3.0",
"dotenv": "^16.0.1",
"emoji-picker-react": "^3.5.1",
"express": "^4.17.3",
"express-static-gzip": "^2.1.7",
"firebase": "^8.6.2",
"global": "^4.4.0",
"html-react-parser": "^3.0.8",
"html-to-text": "^9.0.5",
"http-proxy-middleware": "^2.0.4",
"i18next": "^21.6.7",
"i18next-browser-languagedetector": "^6.1.2",
"immutability-helper": "^3.1.1",
"js-sha256": "^0.11.0",
"lodash": "^4.17.21",
"millify": "^4.0.0",
"mux.js": "^6.0.1",
"near-api-js": "^0.44.2",
"next": "latest",
"next-auth": "4.10.3",
"next-http-proxy-middleware": "^1.2.4",
"next-pwa": "^5.6.0",
"next-redux-wrapper": "^7.0.2",
"notistack": "^1.0.10",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.0.4",
"react-device-detect": "^2.2.2",
"react-dnd": "^15.1.2",
"react-dnd-html5-backend": "15.1.3",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-i18next": "^11.15.3",
"react-icons": "^4.12.0",
"react-infinite-scroll-component": "^6.1.0",
"react-is": "^16.8.0",
"react-joyride": "^2.4.0",
"react-markdown": "^8.0.1",
"react-material-ui-carousel": "v2",
"react-player": "^2.10.0",
"react-redux": "^7.2.4",
"react-router-dom": "^6.2.2",
"react-share": "^4.4.0",
"react-spinners": "^0.11.0",
"react-textarea-autosize": "^8.3.4",
"react-use-pwa-install": "^0.2.1",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"serve-index": "^1.9.1",
"sharp": "^0.32.6",
"slate": "^0.81.1",
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.81.0",
"styled-components": "^5.3.5",
"ua-parser-js": "^1.0.33",
"unique-names-generator": "^4.7.1",
"validator": "^13.7.0",
"yarn-deduplicate": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@polkadot/types": "^6.5.2",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/react": "^6.3.7",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/bn.js": "^4.11.6",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/youtube": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"commitlint-config-jira": "^1.6.3",
"commitlint-plugin-jira-rules": "^1.6.3",
"cross-env": "^7.0.3",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-storybook": "^0.6.11",
"husky": "^7.0.4",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lint-staged": "^13.1.2",
"next-router-mock": "^0.7.4",
"nodemon": "^2.0.15",
"prettier-plugin-sh": "^0.12.8",
"prop-types": "^15.7.2",
"typescript": "latest",
"zlib": "^1.0.5"
},
"resolutions": {
"@polkadot/api": "^9.14.2",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"@polkadot/wasm-crypto": "^6.4.1",
"@polkadot/wasm-crypto-wasm": "^6.4.1",
"bn.js": "^5.2.1"
}
}