-
Notifications
You must be signed in to change notification settings - Fork 107
/
package.json
55 lines (55 loc) · 1.46 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
{
"name": "moles-packer",
"version": "0.4.1",
"description": "Builder for React Native projects.",
"main": "index.js",
"homepage": "https://github.com/ctripcorp/moles-packer/#readme",
"bin": {
"moles-packer": "bin/pack.js",
"moles-packer-common": "bin/packCommon.js",
"moles-pack": "bin/pack.js",
"moles-pack-common": "bin/packCommon.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ctripcorp/moles-packer.git"
},
"bugs": {
"url": "https://github.com/ctripcorp/moles-packer/issues"
},
"keywords": [
"react",
"react-native",
"moles",
"builder",
"ctrip",
"bundle"
],
"dependencies": {
"babel-core": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-es5-property-mutators": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-native": "^1.8.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"babelify": "^7.3.0",
"colors": "^1.1.2",
"image-size": "^0.5.0",
"imagemin": "^5.2.1",
"imagemin-pngquant": "^5.0.0",
"minimist": "^1.2.0",
"node-haste": "^2.12.0",
"semver": "^5.2.0",
"source-map": "^0.5.6",
"swig": "^1.4.2",
"uglify-js": "^2.7.0",
"yuan": "*",
"yuan-console": "*"
},
"author": "ctrip-moles@ctrip.com",
"license": "MIT"
}