-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 993 Bytes
/
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
{
"name": "drag",
"version": "1.0.0",
"description": "drag babylonjs example",
"main": "index.js",
"scripts": {
"build": "npx webpack --config webpack.config.js",
"start": "npx webpack-dev-server --port 8080 --config webpack.config.js",
"deploy": "npm run build && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hugo3m/.git"
},
"author": "Hugo Martineau",
"license": "ISC",
"bugs": {
"url": "https://github.com/hugo3m/drag/issues"
},
"homepage": "https://github.com/hugo3m/drag#readme",
"devDependencies": {
"@babylonjs/core": "^7.9.0",
"@babylonjs/inspector": "^7.9.0",
"@eslint/js": "^9.4.0",
"eslint": "^9.4.0",
"gh-pages": "^6.1.1",
"globals": "^15.4.0",
"html-webpack-plugin": "^5.6.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}