-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
73 lines (73 loc) · 1.86 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
{
"name": "cordova-react-boilerplate",
"id": "pl.artvawe.cordova",
"version": "1.1.2",
"description": "Cordova app boilerplate",
"keywords": [
"cordova",
"gulp",
"react",
"redux",
"jsx",
"hot-loader",
"es6",
"es7",
"babel",
"webpack",
"bootstrap3",
"sass"
],
"main": "src/main.js",
"homepage": "https://github.com/uhlryk/my-cordova-react-boilerplate",
"repository": {
"type": "git",
"url": "https://github.com/uhlryk/my-cordova-react-boilerplate.git"
},
"scripts": {},
"license": "MIT",
"author": "Krzysztof Sztompka <[email protected]>",
"bugs": {
"url": "https://github.com/uhlryk/my-cordova-react-boilerplate/issues"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"bootstrap-sass": "^3.3.6",
"compass-mixins": "^0.12.7",
"cordova": "^5.4.1",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"eslint-plugin-react": "^3.15.0",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-preprocess": "^2.0.0",
"gulp-shell": "^0.5.1",
"gulp-util": "^3.0.7",
"node-sass": "^3.4.2",
"phonegap": "^5.4.1",
"quick-local-ip": "^1.0.7",
"react-hot-loader": "^1.3.0",
"ripple-emulator": "^0.9.32",
"run-sequence": "^1.1.5",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"react": "^0.14.6",
"react-bootstrap": "^0.28.2",
"react-dom": "^0.14.6",
"react-redux": "^4.2.1",
"react-router": "^2.0.0-rc5",
"redux": "^3.0.5",
"redux-thunk": "^1.0.3"
}
}