-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.57 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
{
"name": "spatial-viewer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mantine/carousel": "^5.10.3",
"@mantine/core": "^5.10.5",
"@mantine/dates": "^5.10.3",
"@mantine/dropzone": "^5.10.3",
"@mantine/form": "^5.10.3",
"@mantine/hooks": "^5.10.5",
"@mantine/modals": "^5.10.3",
"@mantine/notifications": "^5.10.3",
"@mantine/nprogress": "^5.10.3",
"@mantine/prism": "^5.10.3",
"@mantine/spotlight": "^5.10.3",
"@mantine/tiptap": "^5.10.5",
"@rdfjs/dataset": "^2.0.1",
"@rdfjs/fetch": "^3.1.0",
"@rdfjs/formats-common": "^3.1.0",
"@rdfjs/parser-jsonld": "^2.1.0",
"@rdfjs/serializer-jsonld": "^2.0.0",
"@rdfjs/sink-map": "^2.0.0",
"@tabler/icons": "^1.119.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.220",
"@tiptap/extension-link": "^2.0.0-beta.217",
"@tiptap/react": "^2.0.0-beta.217",
"@tiptap/starter-kit": "^2.0.0-beta.217",
"@triply/yasgui": "^4.2.28",
"@types/express": "^4.17.17",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.12",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"concurrently": "^7.6.0",
"dayjs": "^1.11.7",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"immer": "^9.0.19",
"jsonld": "^8.1.1",
"lowlight": "^2.8.1",
"nodemon": "^2.0.21",
"oxigraph": "^0.3.12",
"rdflib": "^2.2.26",
"react": "^18.2.0",
"react-arborist": "^3.0.2",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"streamify-array": "^1.0.1",
"tabler-icons-react": "^1.56.0",
"three": "^0.135.0",
"three-mesh-bvh": "^0.5.23",
"typescript": "^4.9.5",
"url": "^0.11.0",
"util": "^0.12.5",
"web-ifc-viewer": "^1.0.213",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "set \"GENERATE_SOURCEMAP=false\" && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "nodemon ./src/server.mjs",
"dev": "concurrently \"npm run start\" \"npm run server\""
},
"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/n3": "^1.10.4",
"@types/three": "^0.149.0"
}
}