-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.77 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
75
76
77
{
"name": "cordova-vue-onsen-typescript",
"displayName": "Cordova, Vue.js, OnsenUI & TypeScript Stack",
"version": "0.0.1",
"description": "Cordova stack using Vue.js, OnsenUI, TypeScript, Sass & webpack!",
"main": "index.js",
"scripts": {
"build": "webpack --progress --config webpack.prod.js",
"build:dev": "webpack --progress --config webpack.dev.js",
"build:prod": "webpack --progress --config webpack.prod.js",
"live": "webpack-dev-server --config webpack.dev.js --hot"
},
"author": "Catlinman",
"repository": "https://github.com/catlinman/cordova-vue-onsen-typescript",
"license": "MIT",
"dependencies": {
"cordova": "^8.0.0",
"cordova-plugin-whitelist": "^1.3.3",
"npm": "^6.4.0",
"onsenui": "^2.10.4",
"vue": "^2.5.16",
"vue-onsenui": "^2.6.1",
"vue-router": "^3.0.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": []
},
"devDependencies": {
"@babel/core": "~7.0.0-rc.1",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.1",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-rc.1",
"@babel/plugin-syntax-export-default-from": "^7.0.0-rc.1",
"@babel/preset-env": "^7.0.0-rc.1",
"@babel/preset-typescript": "^7.0.0-rc.1",
"@types/webpack-env": "^1.13.6",
"babel-loader": "~8.0.0-beta.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-typescript": "^7.0.0-alpha.19",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"eslint": "^5.4.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-vue": "^4.7.1",
"extract-loader": "^2.0.1",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"imagemin-webpack-plugin": "^2.2.0",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"sass-lint": "^1.12.1",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.3",
"style-loader": "^0.22.1",
"stylelint": "^9.4.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.2.0",
"stylelint-webpack-plugin": "^0.10.5",
"ts-loader": "^4.4.2",
"tslint": "^5.11.0",
"tslint-loader": "^3.6.0",
"typescript": "^3.0.1",
"url-loader": "^1.0.1",
"vue-cli": "^2.9.6",
"vue-loader": "^15.3.0",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.5.17",
"vue-tslint-loader": "^3.5.6",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.4"
}
}