-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
52 lines (52 loc) · 1.49 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
{
"name": "reactionic",
"version": "1.2.0-beta.0",
"description": "React Ionic Library. Use Ionic to build hybrid mobile apps with React. No Angular needed.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "rm -rf dist && mkdir dist && mkdir dist/scss",
"build:babel": "babel src --out-dir dist",
"build:assets": "cp -a src/ionic-scss src/styles src/fonts dist/scss/.",
"build": "npm run build:assets && npm run build:babel"
},
"repository": {
"type": "git",
"url": "https://github.com/reactionic/reactionic.git"
},
"keywords": [
"React",
"Ionic",
"Hybrid",
"Mobile",
"Cordova",
"Phonegap",
"Meteor",
"react-component"
],
"author": "Mark Pors <[email protected]> (http://pors.net/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/reactionic/reactionic/issues"
},
"homepage": "http://reactionic.github.io/",
"dependencies": {
"classnames": "^2.2.3",
"lodash": "^4.11.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-addons-css-transition-group": "^15.2.1",
"history": "^2.1.0",
"react-router": "^2.3.0",
"react-slick": "^0.12.0",
"react-static-container": "^1.0.1",
"snapjs": "^1.2.1",
"transitionend-property": "0.0.2"
},
"devDependencies": {
"babel-cli": "6.7.7",
"babel-plugin-transform-object-rest-spread": "6.6.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0"
}
}