-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
189 lines (189 loc) · 7.21 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"name": "memes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"app:electron": "electron ./dist/desktop/main.js",
"app:webpack": "webpack --mode development --watch --env TARGET=app",
"app:go": "nodemon --watch pkg --watch internal --watch cmd/app -e go --delay 0.1 --signal SIGINT --exec 'go build -o ./dist/desktop/svc ./cmd/app || exit 1'",
"dev:app": "run-p app:webpack app:go app:electron",
"web:webpack": "webpack serve --mode development",
"web:go": "nodemon --watch pkg --watch internal -e go --exec 'touch src/web/svc.go'",
"web:test:integration": "nodemon --watch pkg --watch internal --watch integration --watch src -e go,js,jsx,ts,tsx --delay 0.1 --signal SIGINT --exec 'go test -mod=readonly ./integration/frontend -tags web -count 1 -v 1 || exit 1'",
"dev:web": "run-p web:go web:webpack",
"test:web": "run-p dev:web web:test:integration",
"test:js": "mocha",
"svc": "nodemon --watch pkg --watch internal --watch cmd/svc -e go --delay 0.1 --signal SIGINT --exec 'GOAMD64=v3 go run -mod=readonly -ldflags \"-X github.com/MemeLabs/strims/pkg/version.Platform=svc\" ./cmd/svc run -config ./hack/svc/config.yaml || exit 1'",
"test:native": "nodemon --watch pkg --watch internal --watch integration -e go --delay 0.1 --signal SIGINT --exec 'go test -mod=readonly ./integration/frontend -tags native -count 1 -v 1 || exit 1'",
"dev:svc": "run-p svc",
"funding": "nodemon --watch pkg --watch internal --watch cmd/funding -e go --delay 0.1 --signal SIGINT --exec 'go run -mod=readonly ./cmd/funding || exit 1'",
"dev:funding": "run-p funding web:webpack",
"dev:invite": "nodemon --watch pkg --watch internal --watch cmd/svc -e go --delay 0.1 --signal SIGINT --exec 'GOAMD64=v3 go run -mod=readonly ./cmd/svc serve-invites -config ./hack/svc/invite-config.yaml || exit 1'",
"devtools": "go run -mod=readonly ./cmd/devtools",
"dev:devtools": "nodemon --watch pkg --watch internal --watch cmd/devtools -e go --delay 0.1 --signal SIGINT --exec 'go run -mod=readonly ./cmd/devtools || exit 1'",
"dev:build": "webpack --mode development",
"build": "webpack --mode production"
},
"devDependencies": {
"@memelabs/protobuf": "^0.3.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@react-hook/resize-observer": "^1.2.6",
"@types/assert": "^1.5.6",
"@types/css-tree": "^2.0.0",
"@types/d3-format": "^3.0.1",
"@types/d3-time-format": "^4.0.0",
"@types/dom-mediacapture-record": "^1.0.14",
"@types/history": "^5.0.0",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/prismjs": "^1.26.0",
"@types/qrcode": "^1.5.0",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.26",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-custom-scrollbars": "^4.0.10",
"@types/react-dom": "^18.0.10",
"@types/react-dropzone": "^5.1.0",
"@types/react-helmet": "^6.1.6",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^5.0.1",
"@types/react-sparklines": "^1.7.2",
"@types/react-vis": "^1.11.11",
"@types/ua-parser-js": "^0.7.36",
"@types/upng-js": "^2.1.2",
"@types/url-regex-safe": "^1.0.0",
"@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@use-gesture/react": "^10.2.23",
"assert": "^2.0.0",
"autoprefixer": "^10.4.13",
"base32-decode": "^1.0.0",
"base32-encode": "^2.0.0",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"clean-webpack-plugin": "^4.0.0",
"clsx": "^1.2.1",
"copy-webpack-plugin": "^11.0.0",
"css": "^3.0.0",
"css-loader": "^6.7.3",
"css-tree": "^2.3.1",
"d3-format": "^3.1.0",
"d3-time-format": "^4.1.0",
"date-and-time": "^2.4.1",
"electron": "^22.0.0",
"electron-json-storage": "^4.6.0",
"emojibase": "^6.1.0",
"emojibase-data": "^7.0.1",
"emojibase-regex": "^6.0.1",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"farce": "^0.4.5",
"fenwicktreejs": "^1.0.3",
"file-loader": "^6.2.0",
"golang-wasm-async-loader": "file:./vendor_modules/webpack-golang-wasm-async-loader",
"html-webpack-plugin": "^5.5.0",
"html5-qrcode": "^2.3.4",
"i18next": "^22.4.6",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"i18next-icu": "^2.1.0",
"idb": "^7.1.1",
"import-sort-style-module": "^6.0.0",
"intl-messageformat": "^10.2.5",
"ip-regex": "^5.0.0",
"js-base64": "^3.7.3",
"json5": "^2.2.2",
"json5-loader": "^4.0.1",
"lodash": "^4.17.21",
"mediastream-to-webm": "^1.0.2",
"mini-css-extract-plugin": "^2.7.2",
"mocha": "^10.2.0",
"mux.js": "^6.2.0",
"nodemon": "^2.0.20",
"npm-force-resolutions": "0.0.10",
"npm-run-all": "^4.1.5",
"parse-prometheus-text-format": "^1.1.1",
"postcss": "^8.4.20",
"postcss-loader": "^7.0.2",
"prettier": "^2.8.1",
"prettier-plugin-import-sort": "0.0.7",
"prismjs": "^1.29.0",
"process": "^0.11.10",
"qrcode": "^1.5.1",
"qs": "^6.11.0",
"rc-tooltip": "^5.2.2",
"react": "^18.2.0",
"react-async": "^10.0.1",
"react-async-hook": "^4.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-compound-slider": "^3.4.0",
"react-custom-scrollbars": "^4.2.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-full-screen": "^1.1.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.41.1",
"react-hotkeys-hook": "^4.3.0",
"react-i18next": "^12.1.1",
"react-icons": "^4.7.1",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.7",
"react-router": "^6.6.1",
"react-router-dom": "^6.6.1",
"react-select": "^5.7.0",
"react-sparklines": "^1.7.0",
"react-use": "^17.4.0",
"react-vis": "^1.11.7",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"service-worker-loader": "^4.0.2",
"slate": "^0.87.0",
"slate-history": "^0.86.0",
"slate-react": "^0.88.0",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"swiper": "^8.4.5",
"terser-webpack-plugin": "^5.3.6",
"ts-ebml": "^2.0.2",
"ts-key-enum": "^2.0.12",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"tslint": "^6.1.3",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^4.9.4",
"ua-parser-js": "^1.0.32",
"upng-js": "^2.1.0",
"url-loader": "^4.1.1",
"url-regex-safe": "^3.0.0",
"use-events": "^1.4.2",
"use-fullscreen": "0.0.5",
"use-portal": "^0.2.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-pwa-manifest": "^4.3.0",
"worker-loader": "^3.0.8"
},
"browserslist": [
"defaults"
],
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "module",
"parser": "typescript"
}
},
"dependencies": {}
}