-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
96 lines (96 loc) · 2.26 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "react-foundation-apps",
"version": "0.7.0",
"description": "'React port of foundation-apps'",
"main": "index.js",
"scripts": {
"postinstall": "bower install",
"start": "./node_modules/.bin/gulp server",
"prepublish": "./node_modules/.bin/babel ./src --out-dir ./lib && ./node_modules/.bin/gulp dist"
},
"repository": {
"type": "git",
"url": "https://github.com/akiran/react-foundation-apps"
},
"keywords": [
"react",
"foundation-apps",
"modal",
"panel",
"accordion",
"tabs",
"offcanvas",
"interchange",
"notification",
"actionsheet",
"react-component"
],
"author": {
"name": "Kiran Abburi"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/akiran/react-foundation-apps/issues"
},
"homepage": "https://github.com/akiran/react-foundation-apps",
"devDependencies": {
"autoprefixer-core": "^4.0.1",
"babel": "^5.6.7",
"babel-core": "^4.1.1",
"babel-loader": "^4.0.0",
"css-loader": "^0.9.0",
"del": "^1.1.0",
"escape-loader": "*",
"gulp": "^3.8.10",
"gulp-sass": "^2.0.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",
"multiline": "^1.0.1",
"postcss-loader": "^0.2.0",
"raw-loader": "^0.5.1",
"react": "*",
"react-highlight": "git+https://github.com/akiran/react-highlight.git",
"react-hot-loader": "^1.2.3",
"react-layer-mixin": "*",
"react-responsive-mixin": "^0.3.*",
"react-router": ">=0.12",
"run-sequence": "^1.0.2",
"style-loader": "^0.8.2",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.6"
},
"peerDependencies": {
"react": "*",
"react-responsive-mixin": "*",
"pubsub-js": "^1.5.x",
"object-assign": "^2.0.*"
},
"dependencies": {
"can-use-dom": "^0.1.0",
"object-assign": "^2.0.0",
"pubsub-js": "^1.5.0",
"tether": "^0.6.5"
},
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
]
]
},
"npmName": "react-foundation-apps",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js"
]
}
]
}