-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.65 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
{
"name": "babylon-vat",
"version": "0.0.1",
"description": "Vertex Animation Texture for BabylonJS",
"main": "index.ts",
"dependencies": {
"@babylonjs/core": "5.0.0-alpha.45",
"@babylonjs/inspector": "5.0.0-alpha.45",
"@babylonjs/loaders": "5.0.0-alpha.45",
"@babylonjs/materials": "5.0.0-alpha.45"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.32.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.2",
"source-map-loader": "^2.0.2",
"ts-loader": "^8.3.0",
"typescript": "^4.4.4",
"url-loader": "^4.1.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1",
"webpack-merge": "^5.8.0"
},
"scripts": {
"start": "npx webpack serve --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/RaananW/babylonjs-webpack-es6.git"
},
"keywords": [
"Babylon.js",
"webpack",
"getting started",
"typescript",
"es6"
],
"author": {
"name": "Raanan Weber",
"email": "[email protected]",
"url": "http://blog.raananweber.com/"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RaananW/babylonjs-webpack-es6/issues"
},
"homepage": "https://github.com/RaananW/babylonjs-webpack-es6"
}