-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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": "panoramat",
"version": "0.0.1",
"description": "Build your Panorama Tour",
"productName": "PanoramAt",
"author": "Florian Senn <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@fsenn/vue-pannellum": "^0.6.5",
"@quasar/extras": "^1.10.8",
"@sentry/browser": "^6.4.0",
"@sentry/integrations": "^6.8.0",
"axios": "^0.21.1",
"exifr": "^7.1.2",
"geolib": "^3.3.1",
"quasar": "^2.0.2",
"vue-i18n": "^8.24.4"
},
"devDependencies": {
"@quasar/app": "3.0.2",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.30.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.13.0",
"quasar-app-extension-ide-helper": "^1.0.0",
"workbox-webpack-plugin": "6.1.5"
},
"optionalDependencies": {},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"defaults",
"not IE 11",
"not dead",
"maintained node versions"
]
}