-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 1.87 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
{
"dependencies": {
"@comunica/actor-init-sparql": "^1.17.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@solid/query-ldflex": "^2.11.3",
"@solid/react": "^1.10.0",
"@triply/yasgui": "^4.2.8",
"@types/cytoscape": "^3.14.11",
"@types/react-cytoscapejs": "^1.2.0",
"axios": "^0.21.1",
"chart.js": "^2.9.3",
"chartjs-plugin-labels": "^1.1.0",
"cytoscape": "^3.17.1",
"cytoscape-cola": "^2.4.0",
"datatables.net": "^1.10.23",
"datatables.net-dt": "^1.10.23",
"expo": "~39.0.0",
"jquery": "^3.5.1",
"normalizr": "^3.6.0",
"perfect-graph": "^0.0.61",
"react": "~16.13.0",
"react-chartjs-2": "^2.10.0",
"react-cytoscapejs": "^1.2.1",
"react-dom": "~16.13.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.2.tar.gz",
"react-native-web": "0.13.13",
"react-router-dom": "^5.2.0",
"react-router-native": "5.1.2",
"unitx": "^0.0.442",
"unitx-ui": "^0.0.342"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@types/axios": "^0.14.0",
"@types/chart.js": "^2.9.25",
"@types/jquery": "^3.5.5",
"@types/material-ui": "^0.21.8",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.8",
"@types/react-native": "^0.63.25",
"@types/react-router-dom": "^5.1.6",
"expo-cli": "^3.27.13",
"gh-pages": "^3.1.0",
"serve": "^11.3.2",
"typescript": "^4.0.3"
},
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios",
"dev": "expo web",
"eject": "expo eject",
"build": "expo build:web",
"serve": "serve -s web-build",
"start": "npm run build && npm run serve",
"predeploy": "npm run build",
"deploy": "gh-pages -d web-build"
},
"homepage": "https://maastrichtu-ids.github.io/into-the-graph",
"private": true
}