-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.53 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
{
"name": "react-svg-popover",
"repository": {
"type": "git",
"url": "https://github.com/davisml/react-svg-popover"
},
"version": "1.0.10",
"description": "React Popover component rendered with SVG",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel ./src/js/Popover.jsx -o ./index.js",
"prepublish": "npm run build"
},
"author": "Mark Davis",
"license": "MIT",
"keywords": [
"react",
"react-component",
"svg",
"popover"
],
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.16.0",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"chalk": "^1.1.1",
"grunt": "^0.4.5",
"grunt-contrib-stylus": "^0.22.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-jade": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.8.0",
"gulp-stylus": "^2.1.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gutil": "^1.6.4",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1",
"connect-livereload": "^0.5.3",
"express": "^4.13.3",
"stylus": "^0.52.4",
"tiny-lr": "^0.2.1",
"mime": "^1.3.4",
"nib": "^1.1.0",
"react": "^0.14.5",
"react-dom": "^0.14.5"
},
"peerDependencies": {
"react": ">=0.13.2 || ^0.14 || ^15.0.0"
},
"dependencies": {
"react-svg-gradient": "^1.0.2",
"underscore": "^1.8.3"
}
}