-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.2 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
{
"name": "cryptography-learning-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.16",
"@blueprintjs/core": "^3.51.2",
"@blueprintjs/icons": "^3.31.0",
"@blueprintjs/select": "^3.18.9",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@graphql-codegen/cli": "^1.21.8",
"@graphql-codegen/fragment-matcher": "^1.17.8",
"@graphql-codegen/typescript-operations": "^1.18.4",
"@graphql-codegen/typescript-react-apollo": "^2.3.1",
"@matejmazur/react-katex": "^3.1.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"classnames": "^2.3.1",
"graphql": "^15.6.1",
"graphql.macro": "^1.4.2",
"http-proxy-middleware": "^1.3.1",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.1",
"katex": "^0.13.18",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-i18next": "^11.12.0",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.3.0",
"react-scripts": "3.4.3",
"react-syntax-highlighter": "^13.5.3",
"remark-containers": "^1.2.0",
"remark-math": "^3.0.1",
"subscriptions-transport-ws": "^0.9.19",
"typescript": "^3.9.10",
"xterm": "^4.14.1",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"gen": "graphql-codegen --config .codegen.yml",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"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": {
"@types/classnames": "^2.3.1",
"@types/jest": "^24.9.1",
"@types/node": "^12.20.33",
"@types/react": "^16.14.18",
"@types/react-dom": "^16.9.14",
"@types/react-router-dom": "^5.3.1",
"@types/react-syntax-highlighter": "^11.0.5"
}
}