forked from BloomBooks/BloomLibrary2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
158 lines (158 loc) · 6.29 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
{
"name": "blorg",
"private": true,
"engines": {
"node": ">=16.13.0"
},
"scripts": {
"//start": " browser=none prevents opening a normal browser tab, then corsChrome gives us a browser that ignores CORS problems",
"start": "set BROWSER=none&&concurrently \"react-scripts start\" \"npm:corsChrome\" \"npm:copyInBloomPlayer\"",
"//start-performance": "There is a HUGE speed difference in what you get with build vs. start, so use this approach if you're measuring.",
"start-performance": "yarn build && npx serve -s build",
"build": "yarn copyInBloomPlayer && react-scripts build",
"build:ci": "set CI=true&&yarn copyInBloomPlayer&&react-scripts build",
"build:ci:alpha": "yarn upgrade bloom-player --network-timeout 1000000000&&yarn build:ci",
"copyInBloomPlayer": "ncp node_modules/bloom-player/dist public/bloom-player",
"test": "react-scripts test",
"test:ci": "set CI=true&&react-scripts test --testResultsProcessor jest-teamcity-reporter",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"corsChrome": "chrome http://localhost:3000/ --disable-web-security --auto-open-devtools-for-tabs --user-data-dir=%temp%/chromeTemp",
"crowdin-dangerous-upload": "ts-node --compiler-options \"{\\\"module\\\": \\\"commonjs\\\"}\" src/localization/crowdin-sync -- upload",
"crowdin-download": "ts-node --compiler-options \"{\\\"module\\\": \\\"commonjs\\\"}\" src/localization/crowdin-sync -- download",
"analyze": "source-map-explorer build/static/js/*chunk.*",
"lint": "eslint \"src/**/!(*.d).ts{,x}\"",
"prepare": "husky install",
"postinstall": "patch-package && husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@devexpress/dx-react-core": "^2.4.1",
"@devexpress/dx-react-grid": "^2.4.1",
"@devexpress/dx-react-grid-material-ui": "^2.4.1",
"@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.69.1",
"@nivo/core": "^0.69.0",
"@nivo/geo": "^0.69.0",
"@sentry/browser": "^6.0.0",
"@use-hooks/axios": "^1.3.1",
"axios-hooks": "^2.2.0",
"contentful": "^7.14.4",
"dom-to-image-more": "^2.8.0",
"downshift": "^3.2.10",
"file-saver": "2.0.5",
"firebase": "^9.6.1",
"lodash": "^4.17.21",
"markdown-to-jsx": "^6.11.4",
"match-sorter": "^4.0.1",
"mobx": "^6.0.4",
"mobx-react-lite": "^3.1.6",
"prop-types": "^15.8.1",
"qs": "^6.7.0",
"query-string": "^7.1.1",
"react": "^16.11.0",
"react-avatar": "^3.9.0",
"react-calendar": "^3.1.0",
"react-cookie": "^4.1.1",
"react-dom": "^16.11.0",
"react-firebaseui": "^6.0.0",
"react-helmet": "^6.1.0",
"react-image": "^2.3.0",
"react-intl": "^5.0.2",
"react-json-view": "^1.19.1",
"react-lazyload": "^2.6.5",
"react-router-dom": "^5.1.2",
"react-scripts": "5.0.1",
"react-storage-hooks": "^4.0.0",
"react-tooltip-lite": "^1.12.0",
"react-truncate-markup": "^5.0.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": {
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@crowdin/crowdin-api-client": "^1.9.0",
"@storybook/addon-actions": "^5.3.21",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^5.3.21",
"@storybook/addon-links": "^5.3.21",
"@storybook/addons": "^5.3.21",
"@storybook/react": "^5.3.21",
"@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/jest": "^25.1.2",
"@types/lodash": "^4.14.178",
"@types/markdown-to-jsx": "^6.11.2",
"@types/match-sorter": "^4.0.0",
"@types/node": "^18.7.18",
"@types/qs": "^6.5.2",
"@types/react": "^16.9.19",
"@types/react-calendar": "^3.1.0",
"@types/react-dom": "^16.9.2",
"@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/storybook__addon-info": "^4.1.2",
"@types/storybook__react": "^4.0.2",
"@types/swiper": "^5.4.1",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"async-retry": "^1.3.1",
"bloom-player": "^2.3.0",
"concurrently": "^5.1.0",
"decompress": "^4.2.1",
"download": "^8.0.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.24.0",
"eslint-plugin-unicorn": "^34.0.1",
"fs-extra": "^9.0.1",
"husky": "^6.0.0",
"jest-teamcity-reporter": "^0.9.0",
"lint-staged": "^10.5.4",
"ncp": "^2.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"react-select": "^3.0.8",
"shx": "^0.3.3",
"source-map-explorer": "^2.5.2",
"temp-dir": "^2.0.0",
"ts-jest": "^25.2.0",
"ts-loader": "^6.2.1",
"ts-node": "^9.0.0",
"typescript": "4.6.2",
"webpack-cli": "^3.3.10"
},
"packageManager": "[email protected]",
"volta": {
"node": "16.13.0",
"yarn": "1.22.19"
}
}