-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
123 lines (123 loc) · 3.95 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
{
"name": "fgpe-ple-v2",
"version": "0.1.0",
"license": "GPL-3.0",
"dependencies": {
"@apollo/client": "^3.3.17",
"@chakra-ui/icons": "1.0.3",
"@chakra-ui/react": "1.1.5",
"@emotion/react": "11.1.4",
"@emotion/styled": "11.0.0",
"@fgpe/keycloak-js": "^1.0.4",
"@monaco-editor/react": "4.0.4",
"@react-keycloak/keycloak-ts": "^0.2.4",
"@react-keycloak/web": "^3.4.0",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"@types/jest": "^26.0.19",
"@types/node": "^12.19.12",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"apollo-upload-client": "^14.1.3",
"apollo3-cache-persist": "^0.13.0",
"array-move": "^3.0.1",
"axios": "^0.21.1",
"codemirror": "^5.59.1",
"crypto-js": "^4.0.0",
"dayjs": "^1.10.4",
"env-cmd": "^10.1.0",
"framer-motion": "^3.2.1",
"graphql": "^15.4.0",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-http-backend": "^1.1.1",
"js-cookie": "^3.0.1",
"monaco-themes": "^0.3.3",
"prismjs": "^1.24.1",
"react": "^17.0.1",
"react-codemirror2": "^7.2.1",
"react-countdown": "^2.3.2",
"react-csv": "^2.2.2",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.2",
"react-hotkeys": "^2.0.0",
"react-hotkeys-hook": "^3.0.3",
"react-html-parser": "^2.0.2",
"react-i18next": "^11.8.5",
"react-icons": "^4.1.0",
"react-js-pagination": "^3.0.3",
"react-markdown": "^5.0.3",
"react-rewards": "^1.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-simple-code-editor": "^0.11.0",
"react-syntax-highlighter": "^15.4.3",
"react-table": "^7.6.3",
"sanitize-html": "^2.7.0",
"subscriptions-transport-ws": "^0.10.0",
"typescript": "^4.1.3",
"use-react-router-breadcrumbs": "^2.0.0",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^6.5.3",
"workbox-broadcast-update": "^6.5.3",
"workbox-cacheable-response": "^6.5.3",
"workbox-core": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-google-analytics": "^6.5.3",
"workbox-navigation-preload": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-range-requests": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3",
"workbox-streams": "^6.5.3"
},
"scripts": {
"start": "PORT=3006 react-scripts start",
"start:pwa": "npm run build && serve -p 3006 -s build",
"build": "react-scripts build",
"build:production": "env-cmd -f .env.production react-scripts build",
"build:production-docker": "env-cmd -f .env.production-docker react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"apollo:generate": "apollo codegen:generate --target typescript --excludes=node_modules/* --includes=**/*.tsx --endpoint http://localhost:3000/graphql --tagName=gql --outputFlat src/generated"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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/apollo-upload-client": "^14.1.0",
"@types/crypto-js": "^4.0.1",
"@types/js-cookie": "^3.0.1",
"@types/prismjs": "^1.16.2",
"@types/react-csv": "^1.1.2",
"@types/react-datepicker": "^3.1.8",
"@types/react-grid-layout": "^1.1.1",
"@types/react-helmet": "^6.1.2",
"@types/react-highlight": "^0.12.3",
"@types/react-html-parser": "^2.0.1",
"@types/react-js-pagination": "^3.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/react-table": "^7.0.29",
"@types/sanitize-html": "^2.6.2",
"@types/uuid": "^8.3.0",
"apollo": "^2.32.0"
},
"homepage": "/learning-platform/"
}