-
Notifications
You must be signed in to change notification settings - Fork 150
/
package.json
executable file
·63 lines (63 loc) · 1.42 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
{
"name": "halogen",
"version": "0.2.0",
"description": "A collection of loading spinners with React.js",
"main": "Halogen.js",
"author": "Yuanyan Cao, Vladymir Gonzalez",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kuez/halogen.git"
},
"dependencies": {
"domkit": "0.0.1",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^14.5.0",
"browserify-shim": "^3.8.0",
"chalk": "^2.2.0",
"codemirror": "^5.0.0",
"del": "^3.0.0",
"graceful-fs": "^4.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-bump": "^2.8.0",
"gulp-connect": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-git": "^2.4.2",
"gulp-less": "^3.3.2",
"gulp-rename": "^1.2.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.1",
"merge-stream": "^1.0.1",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.9.0"
},
"browserify": {
"transform": []
},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"release": "gulp release"
},
"keywords": [
"react",
"react-component",
"loader",
"spinner",
"halogen"
]
}