-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
77 lines (77 loc) · 2.11 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
{
"name": "concept",
"version": "0.1.0-dev.0",
"private": true,
"dependencies": {
"@inrupt/solid-react-components": "^0.5.1-dev.19",
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@rdfjs/data-model": "^1.1.2",
"@sentry/browser": "^5.15.5",
"@solid/query-ldflex": "^2.9.0",
"@solid/react": "^1.8.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"@types/react-loader-spinner": "^3.1.0",
"@types/react-router-dom": "^5.1.3",
"@types/solid-auth-client": "^2.4.0",
"@types/uuid": "^7.0.2",
"base32": "0.0.6",
"copy-to-clipboard": "^3.3.1",
"i18next": "^19.4.0",
"i18next-browser-languagedetector": "^4.0.2",
"i18next-xhr-backend": "^3.2.2",
"image-extensions": "^1.1.0",
"is-hotkey": "^0.1.6",
"is-url": "^1.2.4",
"notistack": "^0.9.11",
"parse-link-header": "^1.0.1",
"rdf-namespaces": "^1.8.0",
"react": "^16.12.0",
"react-cropper": "^1.3.0",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dom": "^16.12.0",
"react-i18next": "^11.3.4",
"react-loader-spinner": "^3.1.5",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-slate": "^0.5.1",
"slate": "^0.57.1",
"slate-history": "^0.57.1",
"slate-react": "^0.57.1",
"solid-auth-client": "^2.4.1",
"solid-namespace": "^0.3.0",
"styled-components": "^5.0.1",
"typescript": "^3.8.3",
"use-debounce": "^3.3.0",
"uuid": "^3.4.0",
"wac-allow": "^1.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts 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": {
"@sentry/webpack-plugin": "^1.11.1"
}
}