-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.52 KB
/
Copy pathpackage.json
File metadata and controls
100 lines (100 loc) · 2.52 KB
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
{
"name": "react-component-tools",
"version": "1.1.2",
"description": "Common gulp tasks for building react components, examples. Webpack, Gulp, Babel, SASS, LESS, Live reload, React hot reload",
"main": "lib/index.js",
"bin": {
"rt": "./bin/react-pack.js",
"rt-run": "./bin/react-pack-run.js"
},
"scripts": {
"build": "gulp lib",
"lint": "eslint src",
"test": ""
},
"peerDependencies": {
"gulp": "^3.9.1",
"babel": "^5.8.23"
},
"dependencies": {
"autoprefixer": "^6.3.6",
"babel": "^5.8.38",
"babel-core": "^5.8.38",
"babel-loader": "^5.3.2",
"babel-plugin-object-assign": "^1.2.1",
"babel-runtime": "^5.8.38",
"camelcase": "^2.1.1",
"capitalize": "^1.0.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"css-loader": "^0.23.1",
"defaults": "^1.0.3",
"del": "^2.2.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp-babel": "^5.2.1",
"gulp-bump": "^2.1.0",
"gulp-clean-css": "^2.0.6",
"gulp-gh-pages": "^0.5.4",
"gulp-git": "^1.7.1",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.1",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.16.0",
"ip": "^1.1.2",
"json-loader": "^0.5.4",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"lodash": "^4.8.2",
"node-notifier": "^4.5.0",
"node-sass": "3.6.0",
"nyan-progress-webpack-plugin": "^1.1.4",
"open": "0.0.5",
"postcss-loader": "^0.8.2",
"react-hot-loader": "^1.3.0",
"react-proxy-loader": "^0.3.4",
"react-router-loader": "^0.5.4",
"run-sequence": "^1.1.5",
"sass-loader": "3.2.0",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"stylus-loader": "^2.0.0",
"transfer-webpack-plugin": "^0.1.4",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-plugin-notifier": "0.1.0",
"yargs": "^4.6.0"
},
"devDependencies": {
"babel-eslint": "^4.1.1",
"eslint": "1.9.0",
"eslint-config-airbnb": "1.0.0",
"eslint-plugin-react": "3.8.0",
"gulp": "^3.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/luqin/react-component-tools"
},
"keywords": [
"react",
"webpack",
"gulp",
"hot-load",
"sass",
"scss",
"less",
"web",
"hot-load",
"react-component",
"tool",
"task"
]
}