-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
70 lines (70 loc) · 1.91 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
64
65
66
67
68
69
70
{
"name": "react-giojs",
"description": "3D Globe Info Graphic Javascript Library -- React Version",
"version": "0.0.5",
"main": "build/Gio.min.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4",
"three": "^0.90.0"
},
"devDependencies": {
"axios": "^0.18.0",
"babel-core": "6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"debug": "2.6.9",
"giojs": "^0.0.14",
"react-giojs": "^0.0.4",
"rollup": "0.52.0",
"rollup-plugin-babel": "3.0.2",
"rollup-plugin-commonjs": "8.2.6",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "1.1.0",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-postcss": "^1.3.1",
"rollup-plugin-replace": "2.0.0",
"rollup-plugin-uglify": "^3.0.0"
},
"scripts": {
"build-src": "./node_modules/rollup/bin/rollup -c --input",
"build-example": "./node_modules/rollup/bin/rollup -c --input",
"build-test": "./node_modules/rollup/bin/rollup -c --input test/js/index.js"
},
"author": "syt123450 && BoTime && siriustom",
"license": "Apache-2.0",
"contributors": [
{
"name": "siriustom",
"email": "[email protected]",
"url": "https://github.com/siriustom"
},
{
"name": "syt123450",
"email": "[email protected]",
"url": "https://github.com/syt123450"
},
{
"name": "BoTime",
"email": "[email protected]",
"url": "https://github.com/BoTime"
},
{
"name": "zchholmes",
"email": "[email protected]",
"url": "https://github.com/zchholmes"
},
{
"name": "leonsaber",
"email": "[email protected]",
"url": "https://github.com/leonsaber"
}
]
}