forked from react-component/rc-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 2.93 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "hilo-tools",
"version": "1.0.1",
"description": "offline tools for component",
"keywords": [
"react",
"tools"
],
"homepage": "https://github.com/jljsj33/hilo-tools",
"author": {
"name": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:jljsj33/hilo-tools.git"
},
"bugs": {
"url": "https://github.com/jljsj33/hilo-tools/issues"
},
"licenses": "MIT",
"bin": {
"hilo-tools": "./bin/hilo-tools.js",
"hilo-tools-run": "./bin/hilo-tools-run.js"
},
"scripts": {
"postinstall": "node lib/init.js",
"pub": "rm -rf yarn.lock && git push origin && npm publish",
"precommit": "npm run checkDep && npm run lint",
"checkDep": "node scripts/checkDep",
"lint": "eslint --ext .js,.jsx lib"
},
"dependencies": {
"autoprefixer": "^6.x",
"babel-core": "^6.5.2",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-runtime": "6.x",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"chalk": "~1.1.3",
"colorful": "2.x",
"commander": "2.8.x",
"console-polyfill": "~0.2.1",
"css-loader": "^0.26.1",
"es5-shim": "4.x",
"es6-promise": "~3.2.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^5.0.1",
"eslint-plugin-react": "^3.16.1",
"extract-text-webpack-plugin": "2.x",
"fastclick": "~1.0.6",
"file-loader": "^0.10.0",
"fs-extra": "^0.16.5",
"gh-pages": "^0.3.0",
"glob": "~5.0.15",
"gulp": "^3.8.10",
"gulp-babel": "^6.1.2",
"gulp-jsx2example": "^1.2.4",
"gulp-less": "3.x",
"gulp-postcss": "^6.1.0",
"gulp-typescript": "~3.0.2",
"gulp-watch": "^4.3.10",
"highlight.js": "^8.9.1",
"html5shiv": "3.x",
"internal-ip": "^1.1.0",
"koa": "^1.1.2",
"koa-body": "^1.4.0",
"koa-favicon": "^1.2.0",
"koa-logger": "1.x",
"koa-request": "~1.0.0",
"koa-router": "3.x",
"koa-serve-index": "^1.1.1",
"koa-static": "^2.0.0",
"koa-webpack-dev-middleware": "^1.1.0",
"less": "2.x",
"less-loader": "2.x",
"match-require": "2.x",
"merge2": "~1.0.2",
"minimist": "1.x",
"modulex-util": "^1.1.9",
"normalize.css": "^3.0.3",
"object-assign": "4.x",
"postcss-loader": "^1.2.2",
"progress-bar-webpack-plugin": "^1.9.3",
"request": "^2.81.0",
"shelljs": "0.3.x",
"style-loader": "^0.13.1",
"svg-sprite-loader": "^0.3.0",
"tar.gz": "^1.0.5",
"through2": "^0.6.5",
"ts-loader": "2.x",
"tslint": "4.x",
"typescript": "2.x",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"xtemplate": "^4.4.2",
"xtpl": "^3.2.0"
},
"devDependencies": {
"pre-commit": "1.x"
},
"pre-commit": [
"precommit"
]
}