forked from Joystream/atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
177 lines (177 loc) · 5.81 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
{
"name": "atlas-app",
"description": "UI for consuming Joystream - a user governed video platform",
"license": "GPL-3.0",
"directories": {
"src": "src"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/Joystream/atlas.git"
},
"bugs": {
"url": "https://github.com/Joystream/atlas/issues"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint:ts": "eslint --ext .js,.jsx,.ts,.tsx --max-warnings 0 .",
"lint:prettier": "prettier --check .",
"lint:css": "stylelint './src/**/*.{tsx,ts}'",
"lint": "yarn lint:css && yarn lint:ts && yarn lint:prettier",
"tokens:fetch": "node ./scripts/fetchTokens && prettier --write src/styles/tokens",
"tokens:build": "style-dictionary build --config ./sd.config.js && prettier --write src/styles/generated/variables.ts",
"tokens": "yarn tokens:fetch && yarn tokens:build",
"svgs:icons": "svgr --config-file svgr.config.js -d src/shared/icons src/shared/icons/svgs",
"svgs:illustrations": "svgr --config-file svgr.config.js -d src/shared/illustrations src/shared/illustrations/svgs",
"svgs": "yarn svgs:icons && yarn svgs:illustrations",
"graphql": "graphql-codegen --config codegen.config.yml"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json}": [
"prettier --write"
]
},
"dependencies": {
"@apollo/client": "^3.3.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@graphql-tools/delegate": "^7.1.5",
"@graphql-tools/links": "^7.1.0",
"@graphql-tools/merge": "^6.2.17",
"@graphql-tools/schema": "^7.1.5",
"@graphql-tools/utils": "^7.10.0",
"@graphql-tools/wrap": "^7.0.8",
"@joystream/content-metadata-protobuf": "~1.1.0",
"@joystream/prettier-config": "^1.0.0",
"@joystream/types": "0.16.1",
"@livesession/sdk": "^1.1.4",
"@loadable/component": "^5.15.0",
"@polkadot/extension-dapp": "~0.37.3-17",
"@sentry/react": "^6.11.0",
"@tippyjs/react": "^4.2.5",
"@types/scroll-lock": "^2.1.0",
"apollo": "^2.30.2",
"awesome-debounce-promise": "^2.1.0",
"axios": "^0.21.1",
"bezier-easing": "^2.1.0",
"bn.js": "^4.12.0",
"buffer": "^5.7.1",
"cropperjs": "^1.5.10",
"date-fns": "^2.23.0",
"downshift": "^6.1.0",
"emotion-normalize": "^11.0.1",
"glider-js": "^1.7.7",
"graphql": "^15.5.2",
"graphql-tag": "^2.12.5",
"history": "^5.0.0",
"immer": "^9.0.5",
"ipfs-only-hash": "^4.0.0",
"lodash-es": "^4.17.21",
"msw": "^0.35.0",
"polished": "^4.1.3",
"rc-slider": "^9.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.1",
"react-hook-form": "^7.8.1",
"react-intersection-observer": "^8.31.0",
"react-lottie-player": "^1.4.0",
"react-number-format": "^4.4.4",
"react-router": "^6.0.0",
"react-router-dom": "^6.0.0",
"react-spring": "^9.2.4",
"react-textarea-autosize": "^8.3.3",
"react-transition-group": "^4.4.1",
"react-use-hotjar": "^1.2.0",
"react-use-measure": "^2.0.4",
"retry-axios": "^2.4.0",
"scroll-lock": "^2.1.5",
"subscriptions-transport-ws": "^0.9.18",
"use-resize-observer": "^8.0.0",
"video.js": "^7.14.3",
"zustand": "^3.5.10"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@emotion/babel-plugin": "^11.3.0",
"@emotion/eslint-plugin": "^11.2.0",
"@graphql-codegen/cli": "^2.1.1",
"@graphql-codegen/near-operation-file-preset": "^2.1.2",
"@graphql-codegen/typescript": "^2.1.2",
"@graphql-codegen/typescript-operations": "^2.1.2",
"@graphql-codegen/typescript-react-apollo": "^3.1.2",
"@mdx-js/react": "^1.6.22",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-graphql": "^1.0.0",
"@rollup/plugin-inject": "^4.0.2",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-docs": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/react": "^6.3.7",
"@storybook/theming": "^6.3.7",
"@svgr/cli": "^5.5.0",
"@trivago/prettier-plugin-sort-imports": "^2.0.2",
"@types/body-scroll-lock": "^2.6.1",
"@types/glider-js": "^1.7.3",
"@types/loadable__component": "^5.13.3",
"@types/lodash-es": "^4.17.4",
"@types/node": "^14",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-transition-group": "^4.4.0",
"@types/video.js": "^7.3.26",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"babel-loader": "^8.2.2",
"esbuild-register": "^3.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.7",
"prettier": "~2.3.2",
"rollup-plugin-visualizer": "^5.5.2",
"storybook-builder-vite": "^0.0.12",
"style-dictionary": "^3.0.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"typescript": "^4.4.2",
"vite": "^2.5.1",
"vite-plugin-checker": "^0.3.4"
},
"resolutions": {
"postcss-safe-parser": "4.0.2",
"bn.js": "4.12.0",
"@polkadot/wasm-crypto": "4.2.1",
"@polkadot/wasm-crypto-wasm": "4.2.1",
"@polkadot/wasm-crypto-asmjs": "4.2.1",
"svgo": "patch:svgo@npm:1.3.2#.yarn/patches/svgo-npm-1.3.2-4cceb54daa",
"@joystream/types": "patch:@joystream/types@npm:0.16.1#.yarn/patches/@joystream-types-npm-0.16.1-ff262063cb"
},
"engines": {
"node": ">=14"
},
"msw": {
"workerDirectory": "public"
},
"madge": {
"tsConfig": "./tsconfig.json",
"fileExtensions": [
"js",
"jsx",
"ts",
"tsx"
]
}
}