This repository has been archived by the owner on May 22, 2020. It is now read-only.
forked from Arquisoft/viade_en3a
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.28 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
{
"name": "viade_en3a",
"version": "0.1.0",
"homepage": "https://arquisoft.github.io/viade_en3a/",
"private": true,
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@ldflex/comunica": "^3.3.0",
"@solid/query-ldflex": "^2.10.0",
"@solid/react": "^1.8.0",
"@testing-library/dom": "^7.2.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"@types/rdflib": "^0.20.1",
"@types/solid-auth-client": "^2.4.0",
"ajax": "0.0.4",
"bootstrap": "^4.4.1",
"bs-custom-file-input": "^1.3.4",
"i18next": "^19.3.4",
"i18next-browser-languagedetector": "^4.0.2",
"jquery": "^3.4.1",
"ldflex": "^2.8.0",
"leaflet": "^1.6.0",
"leaflet-geosearch": "^2.7.0",
"mdbootstrap": "^4.14.0",
"mdbreact": "^4.25.3",
"n3": "^1.3.6",
"nominatim": "^0.1.0",
"rdflib": "^1.1.0",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.12.0",
"react-i18next": "^11.3.4",
"react-leaflet": "^2.6.1",
"react-leaflet-geosearch": "^0.3.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-toastify": "^5.5.0",
"selenium-webdriver": "^4.0.0-alpha.7",
"shx": "0.3.2",
"solid-acl-utils": "github:otto-aa/solid-acl-utils",
"solid-auth-client": "^2.4.1",
"solid-file-client": "^1.0.2",
"uuid": "^7.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --coverage",
"test:e2e": "jest -c e2e/jest.config.js",
"jest": "jest -c e2e/jest.config.js",
"docs": "shx rm -rf build/docs && asciidoctor -D build/docs -a imagesdir=./images -r asciidoctor-diagram src/docs/index.adoc && shx cp -R src/docs/images build/docs",
"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": {
"cucumber": "^6.0.5",
"jest-cucumber": "^2.0.11",
"jest-puppeteer": "^4.4.0",
"puppeteer": "^2.1.1"
}
}