-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
79 lines (79 loc) · 2.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
{
"name": "jdh",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^1.1.0",
"@gerhobbelt/markdown-it-attrs": "^3.0.3-20",
"@remirror/pm": "^1.0.0-next.16",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"array-move": "^3.0.1",
"axios": "^0.21.0",
"bootstrap": "^4.5.0",
"citation-js": "^0.5.0-alpha.7",
"d3-scale": "^3.2.3",
"deepdash-es": "^5.3.0",
"history": "^5.0.0",
"i18next": "^19.8.2",
"jsonschema": "^1.3.0",
"lodash.find": "^4.6.0",
"lodash.intersection": "^4.4.0",
"markdown-it": "^12.0.0",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"prosemirror-schema-basic": "^1.1.2",
"prosemirror-state": "^1.3.3",
"prosemirror-view": "^1.15.3",
"react": "^16.13.1",
"react-bootstrap": "^1.4.0",
"react-device-detect": "^1.14.0",
"react-dom": "^16.13.1",
"react-ga": "^3.2.1",
"react-google-recaptcha": "^2.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": "3.4.1",
"react-scrollama": "^2.2.12",
"react-spring": "^8.0.27",
"react-window": "^1.8.5",
"source-map-explorer": "^2.4.2",
"typescript": "^3.9.7",
"universal-cookie": "^4.0.4",
"webfontloader": "^1.6.28",
"zustand": "^3.1.4"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts 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",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"http-proxy-middleware": "^1.0.6"
}
}