-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.48 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
{
"name": "ionic-project",
"version": "1.1.1",
"description": "An Ionic project",
"scripts": {
"start": "webpack-dev-server --hot --inline --colors --content-base www/"
},
"dependencies": {
"accounts-base-client-side": "^0.1.1",
"accounts-password-client-side": "^0.3.2",
"angular-meteor": "^1.3.11",
"angular-meteor-auth": "^1.0.3",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"install": "^0.8.1",
"meteor-client-side": "^1.3.4",
"meteor-node-stubs": "^0.2.3",
"ng-cordova": "^0.1.27-alpha",
"npm": "^3.10.7",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"bower": "^1.3.3",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp-util": "^2.2.14",
"node-sass": "^3.8.0",
"open": "0.0.5",
"raw-loader": "^0.5.1",
"sass-loader": "^4.0.0",
"shelljs": "^0.3.0",
"url-loader": "^0.5.7",
"webpack-dev-server": "^1.14.1"
},
"cordovaPlugins": [
"codova-plugin-facebook",
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": []
}