forked from vircadia/vircadia-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.56 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
{
"name": "vircadia-web",
"version": "2023.1.0",
"description": "Vircadia Web Interface for virtual worlds.",
"productName": "Vircadia Web",
"author": "DigiSomni LLC | Vircadia Contributors",
"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": "jest --coverage",
"update-contributors": "git-authors-cli"
},
"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": "^2023.1.0",
"ammojs-typed": "^1.0.6",
"axios": "^0.21.4",
"core-js": "^3.19.1",
"dompurify": "^2.4.3",
"quasar": "^2.3.3",
"regenerator-runtime": "^0.13.9",
"unique-names-generator": "^4.7.1",
"vuex": "^4.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@jitsi/vue-sdk": "^1.0.4",
"@quasar/app": "^3.2.3",
"@quasar/cli": "^1.2.2",
"@types/dompurify": "^2.4.0",
"@types/jest": "^29.0.3",
"@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": "^2.2.4",
"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",
"git-authors-cli": "^1.0.44",
"jsdoc": "^3.6.7",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.0.1"
},
"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": [
"nolan <[email protected]>",
"Giga <[email protected]>",
"Kalila L <[email protected]>",
"Kalila <[email protected]>",
"David Rowe <[email protected]>",
"Nolan <[email protected]>",
"younianhuang <[email protected]>"
]
}