forked from pors/reactionic-kitchensink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "reactionic-kitchensink",
"version": "1.0.0",
"description": "Kitchen Sink demo app for React-Ionic",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/reactionic/reactionic-kitchensink.git"
},
"keywords": [
"Meteor",
"React",
"Ionic",
"Cordova",
"Phonegap",
"Hybrid"
],
"author": "Mark Pors <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"classnames": "^2.2.3",
"lodash": "^4.11.1",
"react": "^15.0.2",
"react-addons-css-transition-group": "^15.0.2",
"react-addons-pure-render-mixin": "^15.0.2",
"react-dom": "^15.0.2",
"react-router": "^2.3.0",
"react-slick": "^0.12.0",
"react-static-container": "^1.0.1",
"reactionic": "1.0.0"
},
"devDependencies": {
"babel-core": "^6.6.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"node-sass": "^3.5.3",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0"
}
}