-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
147 lines (147 loc) · 4.82 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
{
"name": "jdh",
"version": "4.6.3",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^1.1.0",
"@c2dh/react-facets": "^1.1.0",
"@curvenote/ansi-to-react": "^7.0.0",
"@gerhobbelt/markdown-it-attrs": "^3.0.3-20",
"@jonkoops/matomo-tracker-react": "^0.7.0",
"@react-spring/web": "^9.7.3",
"@tanstack/react-query": "^5.25.0",
"@tanstack/react-table": "^8.10.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@u-wave/react-vimeo": "^0.9.8",
"@visx/axis": "^1.3.0",
"@visx/curve": "^1.0.0",
"@visx/shape": "^1.3.0",
"array-move": "^3.0.1",
"axios": "^1.6.8",
"bootstrap": "^5.2.3",
"citation-js": "0.6.4",
"codemirror": "5",
"d3-array": "^2.9.1",
"d3-scale": "^3.2.3",
"deepdash-es": "^5.3.0",
"downsize": "^0.0.8",
"highlight.js": "^10.5.0",
"history": "^5.0.0",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"iconoir-react": "^7.7.0",
"jsonschema": "^1.3.0",
"lodash.find": "^4.6.0",
"lodash.findindex": "^4.6.0",
"lodash.groupby": "^4.6.0",
"lodash.intersection": "^4.4.0",
"markdown-it": "^12.3.2",
"markdown-it-mathjax3": "^3.0.0-0",
"markdown-it-replace-link": "^1.1.0",
"mathjax": "^3.2.0",
"moment": "^2.29.1",
"prosemirror-schema-basic": "^1.1.2",
"prosemirror-state": "^1.3.3",
"prosemirror-view": "^1.15.3",
"query-string": "^7.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-codemirror2": "^7.3.0",
"react-copy-to-clipboard": "^5.0.4",
"react-device-detect": "^1.14.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.9",
"react-ga": "^3.2.1",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.7.3",
"react-rocketjump": "^2.6.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"react-scrollama": "^2.2.15",
"react-slick": "^0.28.1",
"react-spring": "^9.1.2",
"react-use-gesture": "^9.1.3",
"react-window": "^1.8.5",
"sass": "^1.39.2",
"source-map-explorer": "^2.4.2",
"thebe-core": "^0.4.2",
"thebe-react": "^0.4.2",
"typescript": "^3.9.7",
"universal-cookie": "^4.0.4",
"use-query-params": "^1.2.2",
"webfontloader": "^1.6.28",
"zustand": "^3.1.4"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"build-noindex": "react-scripts build && echo 'User-agent: *\nDisallow: /' | cat > build/robots.txt && echo '/* /index.html 200' | cat >build/_redirects && cp -r src/data/mock-api build",
"test": "react-scripts test",
"lint": "node ./node_modules/.bin/eslint --fix src/**/**/*.js src/**/*.js",
"eject": "react-scripts eject",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006 -s public",
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider build-storybook -s public",
"test-storybook": "test-storybook",
"test-storybook:ci": "npx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npx http-server storybook-static --port 6006 --silent\" \"npx wait-on tcp:6006 && yarn test-storybook\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack4": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack4": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/node-logger": "^6.5.15",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.15",
"@storybook/test-runner": "^0.9.2",
"@storybook/testing-library": "^0.0.13",
"eslint": "^7.30.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-storybook": "^0.6.8",
"http-proxy-middleware": "^1.0.6",
"storybook-dark-mode": "^2.0.4",
"storybook-react-i18next": "^1.1.2",
"webpack": "5"
},
"resolutions": {
"@lumino/algorithm": "2.0.1"
},
"eslintConfig": {
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
}
}