-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "react-responsive-mixin",
"version": "0.4.0",
"description": "Mixin to develop responsive react components",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/gulp server"
},
"repository": {
"type": "git",
"url": "https://github.com/akiran/react-responsive-mixin"
},
"keywords": [
"react",
"media-query",
"responsive",
"react-component"
],
"author": "Kiran Abburi",
"license": "MIT",
"bugs": {
"url": "https://github.com/akiran/react-responsive-mixin/issues"
},
"homepage": "https://github.com/akiran/react-responsive-mixin",
"dependencies": {
"can-use-dom": "^0.1.0",
"enquire.js": "^2.1.1",
"json2mq": "^0.2.0"
},
"devDependencies": {
"autoprefixer": "^5.0.0",
"gulp": "^3.8.10",
"gulp-ruby-sass": "^0.7.1",
"highlight.js": "^8.4.0",
"highlightjs-themes": "git+https://github.com/akiran/highlightjs-themes",
"html-loader": "^0.2.3",
"jsx-loader": "^0.12.2",
"markdown-loader": "^0.1.2",
"react": "^0.12.2",
"react-highlight": "^0.3.0",
"webpack": "^1.4.15",
"webpack-dev-server": "^1.7.0"
}
}