-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 926 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
37
38
39
{
"name": "webgl-boom-js",
"version": "2.0.2",
"description": "",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.js",
"scripts": {
"start": "webpack-dev-server --env=development",
"build:dist": "webpack --env=production",
"build:lib": "tsc"
},
"author": "junqiuzhang",
"license": "ISC",
"bugs": {
"url": "https://github.com/junqiuzhang/boom-js/issues"
},
"homepage": "https://github.com/junqiuzhang/boom-js#readme",
"keywords": [
"webgl",
"webGL",
"boomjs",
"boom-js"
],
"devDependencies": {
"@types/html2canvas": "^1.0.0",
"html-webpack-plugin": "^4.5.0",
"terser-webpack-plugin": "^5.0.3",
"ts-loader": "^8.0.11",
"typescript": "^4.1.2",
"webpack": "^5.6.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"gl-matrix": "^3.3.0",
"html2canvas": "^1.3.2"
}
}