forked from fairygui/FairyGUI-dom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.47 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
{
"name": "fairygui-dom",
"version": "0.9.3",
"description": "A GUI Editor & framework for DOM",
"main": "dist/fairygui.js",
"module": "dist/fairygui.module.js",
"types": "build/FairyGUI.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/fairygui/FairyGUI-dom"
},
"files": [
"dist/fairygui.js",
"dist/fairygui.min.js",
"dist/fairygui.module.js",
"test",
"build"
],
"scripts": {
"build": "gulp build",
"test": "webpack --config test/webpack.config.js"
},
"author": "guzhu",
"license": "MIT",
"homepage": "https://fairygui.com/",
"dependencies": {
"@types/node": "^14.0.1",
"@ungap/custom-elements": "^1.0.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^8.0.1",
"@types/lodash": "^4.14.150",
"@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",
"esm": "^3.2.25",
"expose-loader": "^0.7.5",
"file-loader": "^6.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify-es": "^2.0.0",
"html-webpack-plugin": "^4.3.0",
"rollup": "^1.27.5",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.3",
"ts-loader": "^7.0.4",
"typescript": "^4.2.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"xml-loader": "^1.2.1"
}
}