-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.86 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "CCPWGL2",
"version": "0.1.3",
"description": "CCPWGL2",
"author": "",
"license": "MIT",
"scripts": {
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && webpack",
"build:webpack": "SET NODE_OPTIONS=--openssl-legacy-provider && webpack",
"build:rollup": "rollup -c rollup.config.mjs"
},
"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/plugin-transform-logical-assignment-operators": "^7.27.1",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
"@babel/plugin-transform-optional-chaining": "^7.27.1",
"@babel/plugin-transform-private-methods": "^7.27.1",
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-babel": "^7.1.0",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"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",
"rollup": "^4.62.2",
"terser-webpack-plugin": "^1.4.2",
"webgl-obj-loader": "^2.0.8",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}