-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.8 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.8 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
{
"name": "react-octicons-svg",
"version": "2.0.0",
"description": "Octicons React version",
"main": "index.js",
"scripts": {
"start": "make",
"prepublish": "make prepublish"
},
"author": "vaeum",
"license": "MIT",
"keywords": [
"react",
"octicons",
"svg"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vaeum/react-octicons-svg.git"
},
"bugs": {
"url": "https://github.com/vaeum/react-octicons-svg/issues"
},
"homepage": "https://github.com/vaeum/react-octicons-svg#readme",
"dependencies": {
"octicons": "^7.0.1"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"bem-cn": "^2.1.3",
"change-case": "^3.0.0",
"child_process": "^1.0.2",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"eslint-plugin-react": "^6.8.0",
"fuse.js": "^2.6.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-ext-replace": "^0.3.0",
"gulp-filenames": "^4.0.0",
"gulp-insert": "^0.5.0",
"gulp-load-plugins": "^1.4.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-svgmin": "^1.2.3",
"gulp-tap": "^0.1.3",
"html-loader": "^0.4.4",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"markdown-loader": "^0.1.7",
"postcss-loader": "^1.2.1",
"react": "^15.4.1",
"react-copy-to-clipboard": "^4.2.3",
"react-dom": "^15.4.1",
"react-hot-loader": "^1.3.1",
"react-octicons-svg": "^1.1.5",
"style-loader": "^0.13.1",
"to-pascal-case": "^1.0.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.12.1"
}
}