-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 5.57 KB
/
Copy pathpackage.json
File metadata and controls
155 lines (155 loc) · 5.57 KB
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
{
"name": "blorg",
"private": true,
"type": "module",
"scripts": {
"//": "default port is 5173 which is the same for BloomDesktop and can create conflicts",
"dev": "pnpm copyInBloomPlayer && vite --port 5174",
"serve": "vite preview",
"build": "pnpm copyInBloomPlayer && vite build",
"build:ci": "set CI=true&& pnpm build",
"build:ci:alpha": "pnpm add -D bloom-player@alpha && pnpm build:ci",
"copyInBloomPlayer": "ncp node_modules/bloom-player/dist public/bloom-player",
"test": "vitest",
"test:ci": "set CI=true&& pnpm test",
"storybook": "storybook dev",
"crowdin-dangerous-upload": "crowdin upload --config src/translations/crowdin.yml",
"crowdin-download": "crowdin download sources --config src/translations/crowdin.yml && crowdin download --config src/translations/crowdin.yml",
"lint": "eslint \"src/**/!(*.d).ts{,x}\"",
"prepare": "husky install",
"postinstall": "husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "15.22.11",
"@contentful/rich-text-types": "16.8.5",
"@crowdin/cli": "4.6.0",
"@devexpress/dx-react-core": "2.4.1",
"@devexpress/dx-react-grid": "2.4.1",
"@devexpress/dx-react-grid-material-ui": "2.4.1",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@ethnolib/find-language": "0.1.8",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "4.11.5",
"@nivo/bar": "0.87.0",
"@nivo/core": "0.87.0",
"@nivo/geo": "0.87.0",
"@sentry/browser": "6.13.3",
"@use-hooks/axios": "1.3.1",
"axios": "0.19.0",
"axios-hooks": "2.2.0",
"contentful": "11.1.4",
"dom-to-image-more": "2.8.0",
"downshift": "3.4.1",
"file-saver": "2.0.5",
"firebase": "9.17.2",
"history": "4.10.1",
"lodash": "4.17.21",
"markdown-to-jsx": "6.11.4",
"match-sorter": "4.0.2",
"mobx": "6.13.5",
"mobx-react-lite": "3.1.6",
"prop-types": "15.8.1",
"qs": "6.9.1",
"query-string": "7.1.1",
"react": "17.0.2",
"react-avatar": "3.9.0",
"react-calendar": "3.1.0",
"react-cookie": "4.1.1",
"react-dom": "17.0.2",
"react-firebaseui": "6.0.0",
"react-helmet": "6.1.0",
"react-image": "4.1.0",
"react-intl": "5.0.2",
"react-json-view": "1.19.1",
"react-lazyload": "2.6.5",
"react-router-dom": "5.1.2",
"react-storage-hooks": "4.0.0",
"react-tooltip-lite": "1.12.0",
"react-truncate-markup": "5.1.0",
"svgsaver": "0.9.0",
"swiper": "6.4.5",
"title-case": "2.1.1",
"use-media": "1.4.0",
"use-query-params": "1.2.3",
"wink-porter2-stemmer": "2.0.1",
"xml2json-light": "1.0.6"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --max-warnings 0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@chromatic-com/storybook": "3.1.0",
"@crowdin/crowdin-api-client": "1.9.0",
"@storybook/addon-essentials": "8.3.6",
"@storybook/addon-interactions": "8.3.6",
"@storybook/addon-links": "8.3.6",
"@storybook/blocks": "8.3.6",
"@storybook/react": "8.3.6",
"@storybook/react-vite": "8.3.6",
"@storybook/test": "8.3.6",
"@types/async-retry": "1.4.2",
"@types/decompress": "4.2.3",
"@types/download": "6.2.4",
"@types/file-saver": "2.0.1",
"@types/fs-extra": "9.0.4",
"@types/lodash": "4.14.178",
"@types/markdown-to-jsx": "6.11.2",
"@types/match-sorter": "4.0.0",
"@types/node": "22.19.19",
"@types/qs": "6.9.0",
"@types/react": "17.0.83",
"@types/react-calendar": "3.1.0",
"@types/react-dom": "17.0.25",
"@types/react-helmet": "6.1.5",
"@types/react-lazyload": "2.6.0",
"@types/react-router-dom": "5.3.3",
"@types/react-select": "3.0.11",
"@types/swiper": "5.4.1",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"@vitejs/plugin-react": "4.3.3",
"async-retry": "1.3.1",
"bloom-player": "2.19.5",
"concurrently": "5.1.0",
"decompress": "4.2.1",
"download": "8.0.0",
"esbuild": "0.21.5",
"eslint": "9.13.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsdoc": "35.4.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-unicorn": "34.0.1",
"fs-extra": "9.0.1",
"globals": "15.11.0",
"husky": "6.0.0",
"jsdom": "25.0.1",
"lint-staged": "10.5.4",
"ncp": "2.0.0",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"react-select": "3.2.0",
"rollup-plugin-visualizer": "5.12.0",
"shx": "0.3.3",
"source-map-explorer": "2.5.2",
"storybook": "8.3.6",
"temp-dir": "2.0.0",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0",
"vite": "5.4.9",
"vite-plugin-svgr": "4.2.0",
"vitest": "2.1.3"
},
"packageManager": "pnpm@11.5.2"
}