-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 KB
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
{
"name": "CCPWGL2",
"version": "0.1.3",
"description": "CCPWGL2",
"author": "",
"license": "MIT",
"scripts": {
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && webpack"
},
"homepage": "https://github.com/cppctamber/ccpwgl2#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/cppctamber/ccpwgl2.git"
},
"bugs": {
"url": "https://github.com/cppctamber/ccpwgl2/issues"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"earcut": "^2.2.4",
"eslint": "^5.16.0",
"eslint-loader": "^2.2.1",
"geo-ambient-occlusion": "^3.0.4",
"gl-matrix": "^3.4.1",
"progress-bar-webpack-plugin": "^1.12.1",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "^0.13.7",
"terser-webpack-plugin": "^1.4.2",
"webgl-obj-loader": "^2.0.8",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}