-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
63 lines (63 loc) · 1.52 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
55
56
57
58
59
60
61
62
63
{
"name": "fairygui-three",
"version": "1.0.0",
"description": "A GUI Editor & framework for three.js",
"main": "dist/fairygui.js",
"module": "dist/fairygui.module.js",
"types": "dist/fairygui.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/fairygui/FairyGUI-threejs"
},
"files": [
"dist",
"test"
],
"scripts": {
"build": "gulp build",
"test": "webpack --config test/webpack.config.js"
},
"keywords": [
"three",
"three.js",
"fairygui",
"fgui",
"gui"
],
"author": "guzhu",
"license": "MIT",
"homepage": "https://fairygui.com/",
"dependencies": {
"@types/node": "^14.0.1"
},
"devDependencies": {
"three": "^0.154.0",
"@types/three": "^0.154.0",
"@types/node": "^14.0.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"csv-loader": "^3.0.3",
"expose-loader": "^0.7.5",
"file-loader": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"html-webpack-plugin": "^4.3.0",
"rollup": "^3.29.4",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.3",
"ts-loader": "^8.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"xml-loader": "^1.2.1",
"dts-bundle": "^0.7.3"
}
}