forked from minhtranite/react-tooltip-component
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 2.05 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
{
"name": "react-tooltip-component",
"version": "0.2.1",
"description": "React tooltip component.",
"main": "lib/index.js",
"scripts": {
"start": "NODE_ENV=development node example/webpack.dev.server.js",
"build": "NODE_ENV=production gulp build"
},
"keywords": [
"react-component",
"react",
"component",
"tooltip"
],
"peerDependencies": {
"react": "0.14.x",
"react-dom": "0.14.x"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.1.1",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.6",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"camelcase": "^2.0.1",
"css-loader": "^0.23.0",
"cssnano": "^3.3.2",
"del": "^2.1.0",
"eslint": "^1.10.1",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.10.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"fs-extra": "^0.26.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-eslint": "^1.1.1",
"gulp-filter": "^3.0.1",
"gulp-frep": "^0.1.3",
"gulp-minify-html": "^1.0.4",
"gulp-postcss": "^6.0.1",
"gulp-preprocess": "^1.2.0",
"gulp-sass": "^2.1.0",
"history": "^1.13.1",
"http-proxy": "^1.12.0",
"json-loader": "^0.5.4",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"node-sass": "^3.4.2",
"opn": "^3.0.3",
"postcss-loader": "^0.8.0",
"preprocess": "^3.0.2",
"react-router": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"run-sequence": "^1.1.5",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.5.0",
"webpack-stream": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/vn38minhtran/react-tooltip-component.git"
},
"author": "Minh Tran",
"license": "MIT",
"bugs": {
"url": "https://github.com/vn38minhtran/react-tooltip-component/issues"
},
"homepage": "https://github.com/vn38minhtran/react-tooltip-component"
}