-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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
{
"name": "hospital-navigation",
"version": "1.0.0",
"private": true,
"description": "hospital-navigation",
"author": "ColinCarver10",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@photo-sphere-viewer/core": "^5.7.2",
"@photo-sphere-viewer/gyroscope-plugin": "^5.7.2",
"@photo-sphere-viewer/map-plugin": "^5.7.2",
"@photo-sphere-viewer/markers-plugin": "^5.7.2-fix.1",
"@photo-sphere-viewer/virtual-tour-plugin": "^5.7.2",
"dijkstra-calculator": "^1.0.8",
"dijkstrajs": "^1.0.3",
"framer-motion": "^11.0.25",
"gatsby": "^5.13.3",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-source-sanity": "^7.9.1",
"gatsby-transformer-sharp": "^5.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pannellum": "^0.2.14",
"react-photo-sphere-viewer": "^5.0.2-psv5.7.1",
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.22",
"typescript": "^5.3.3"
}
}