-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 1.99 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
{
"name": "todo",
"version": "1.0.0",
"description": "todo: An Ionic project",
"dependencies": {
"angular-translate": "^2.9.0",
"angular-translate-loader-partial": "^2.9.0",
"lodash": "^4.12.0",
"oclazyload": "^1.0.9"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.5.0",
"bower": "^1.3.3",
"bower-webpack-plugin": "^0.1.9",
"colors": "^1.1.2",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.1",
"eslint-plugin-react": "^3.16.1",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-buster": "git+https://github.com/sckoh/gulp-buster.git",
"gulp-cached": "^1.1.0",
"gulp-connect": "^3.2.2",
"gulp-debug": "^2.1.2",
"gulp-if": "^2.0.0",
"gulp-open": "^1.0.0",
"gulp-util": "^2.2.14",
"html-loader": "^0.4.0",
"html-webpack-plugin": "^2.8.1",
"image-webpack-loader": "^1.6.3",
"jshint-stylish": "^2.0.1",
"json-loader": "^0.5.4",
"lazypipe": "^1.0.1",
"ng-annotate-loader": "^0.1.0",
"ngtemplate-loader": "^1.3.1",
"node-sass": "^3.4.2",
"plist": "^1.2.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"read-package-json": "^2.0.2",
"sass-loader": "^3.1.2",
"shelljs": "^0.3.0",
"simple-git": "^1.21.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1",
"wiredep": "^2.2.2",
"xml2js": "^0.4.15",
"yargs": "^3.29.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"com.ionic.keyboard",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [
"ios",
"android"
]
}