-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.84 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
{
"name": "mx-ink-webxr-babylonjs",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"dependencies": {
"@babylonjs/core": "^7.39.1",
"@babylonjs/gui": "^7.39.1",
"@babylonjs/gui-editor": "^7.39.1",
"@babylonjs/inspector": "^7.39.1",
"@babylonjs/loaders": "^7.39.1",
"@babylonjs/materials": "^7.39.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"depcheck": "^1.4.7",
"eslint": "^8.32.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"raw-loader": "^4.0.2",
"source-map-loader": "^3.0.1",
"ts-loader": "^8.3.0",
"ts-shader-loader": "^2.0.1",
"typescript": "^4.5.5",
"url-loader": "^4.1.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
},
"scripts": {
"start": "npx webpack serve --config webpack.dev.js",
"build:dev": "npx webpack --config webpack.dev.js",
"build": "npx webpack --config webpack.prod.js",
"lint": "npx eslint . --ext .ts,.tsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FinweLtd/mx-ink-webxr-babylonjs.git"
},
"keywords": [
"Babylon.js",
"webpack",
"typescript",
"es6",
"webxr",
"mx-ink",
"paint"
],
"author": {
"name": "Tapani J.",
"url": "http://www.finwe.fi"
},
"license": "",
"bugs": {
"url": "https://github.com/FinweLtd/mx-ink-webxr-babylonjs/issues"
},
"homepage": "https://github.com/FinweLtd/mx-ink-webxr-babylonjs"
}