-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.93 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "br.com.albreis.vuegenda",
"displayName": "Vuegenda",
"version": "2.2.1",
"description": "Frontend para exibição de eventos",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"patch": "git add . && npm version -f patch && git push && webpack && rsync -havz --progress www/* [email protected]:/home/albreis2/vuegenda.com.br/",
"minor": "git add . && npm version -f minor && git push && webpack && rsync -havz --progress www/* [email protected]:/home/albreis2/vuegenda.com.br/",
"major": "git add . && npm version -f major && git push && webpack && rsync -havz --progress www/* [email protected]:/home/albreis2/vuegenda.com.br/",
"start": "npx webpack-dev-server"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Albreis - Design & Programação",
"license": "GPLv2",
"dependencies": {
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
"@websanova/vue-auth": "^2.21.15-beta",
"axios": "^0.19.2",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"cordova-android": "^8.1.0",
"cordova-plugin-whitelist": "^1.3.4",
"html-webpack-plugin": "^3.2.0",
"https-proxy-agent": "^5.0.0",
"jspdf": "^1.5.3",
"net": "^1.0.2",
"npm-watch": "^0.6.0",
"onchange": "^6.1.0",
"qs": "^6.9.1",
"reflect-metadata": "^0.1.13",
"tls": "0.0.1",
"vue": "^2.6.11",
"vue-analytics": "^5.22.1",
"vue-loader": "^15.8.3",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.5",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@fortawesome/fontawesome-free": "^5.12.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2017": "^6.24.1",
"cordova": "^9.0.0",
"cordova-cli": "^1.0.0",
"cordova-plugin-whitelist": "1",
"css-loader": "^3.4.2",
"fibers": "^4.0.2",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"node-sass": "^4.13.1",
"npx": "^10.2.1",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"scss": "^0.2.4",
"scss-loader": "0.0.1",
"styl": "^0.2.9",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"vue": "^2.6.11",
"vue-property-decorator": "^8.3.0",
"vue-template-loader": "^1.0.0",
"webpack-dev-server": "^3.10.1"
},
"browser": {
"http": false,
"https": false,
"net": false,
"path": false,
"stream": false,
"tls": false
}
}