This repository has been archived by the owner on Aug 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.67 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
{
"name": "angularjs-onsenui2-webpack2",
"version": "1.0.0",
"description": "AngularJS + Onsen UI 2 + Webpack2 + PhoneGap + ES2016 + SCSS/cssnext",
"main": "src/js/app.js",
"scripts": {
"build": "webpack --progress --colors --env.prod=true",
"build:dev": "webpack --progress --colors",
"build:watch": "webpack --progress --colors --watch",
"phonegap": "phonegap",
"serve": "phonegap serve",
"prepare": "phonegap prepare",
"preprepare": "npm run build",
"start": "concurrently \"npm run build:watch\" \"npm run serve\""
},
"keywords": [
"AngularJS",
"cssnext",
"ES2017",
"Onsen UI",
"PhoneGap",
"PostCSS",
"SCSS",
"Webpack",
"Yarn"
],
"author": "puku0x",
"license": "MIT",
"dependencies": {
"angular": "^1.6.2",
"onsenui": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-angularjs-annotate": "^0.7.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"concurrently": "^3.3.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.28.0",
"ngtemplate-loader": "^1.3.1",
"path": "^0.12.7",
"phonegap": "^6.4.3",
"postcss": "^5.2.14",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.0",
"postcss-mixins": "^5.4.1",
"postcss-nested": "^1.0.0",
"postcss-simple-vars": "^3.0.0",
"postcss-url": "^5.1.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1"
}
}