forked from vircadia/vircadia-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.52 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
{
"name": "vircadia-web",
"version": "2022.1.12",
"description": "Vircadia Web Interface for virtual worlds.",
"productName": "Vircadia Web",
"author": "Kalila L. <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"build": "npm-run-all -s \"create-version\" \"build-quasar\"",
"dev": "npm-run-all -s \"create-version\" \"build-quasar-dev\"",
"build-quasar": "quasar build",
"build-quasar-dev": "quasar dev",
"lint": "eslint --ext .js,.ts,.vue ./",
"create-version": "node build_scripts/createVersion.js",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@babylonjs/core": "^5.10.0",
"@babylonjs/inspector": "^5.10.0",
"@babylonjs/loaders": "^5.10.0",
"@babylonjs/materials": "^5.10.0",
"@quasar/extras": "^1.12.1",
"@vircadia/web-sdk": "^2022.1.12",
"axios": "^0.21.4",
"core-js": "^3.19.1",
"quasar": "^2.3.3",
"vuex": "^4.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@quasar/app": "^3.2.3",
"@quasar/cli": "^1.2.2",
"@types/node": "^10.17.15",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vue/test-utils": "^1.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-webpack-plugin": "^2.6.0",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"jest": "^27.3.1",
"jsdoc": "^3.6.7",
"npm-run-all": "^4.1.5"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"contributors": [
"Robert Adams <[email protected]>",
"Kalila L <[email protected]>",
"Martin Allerton <[email protected]>",
"Kalila <[email protected]>",
"David Rowe <[email protected]>",
"Robert <[email protected]>",
"Pankaj Pramanik <[email protected]>"
]
}