forked from STS-Rosario/carpoolear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.76 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "Carpoolear",
"version": "1.0.0",
"description": "Carpoolear Open Source",
"author": "STS Rosario",
"private": true,
"scripts": {
"dev": "node movilizame serve",
"prod": "node movilizame serve --prod",
"build": "node movilizame build --prod",
"build:ios": "node movilizame prepare --prod --platform=ios",
"build:android": "node movilizame build --prod --platform=android",
"build:web": "node movilizame build --prod --platform=browser",
"build-dev": "node movilizame build",
"build-dev:ios": "node movilizame build --platform=ios",
"build-dev:android": "node movilizame build --platform=android",
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix src"
},
"dependencies": {
"@movilizame/vue-jumper": "^2.0.2",
"alertifyjs": "^1.10.0",
"axios": "^0.16.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chart.js": "^2.8.0",
"font-awesome": "^4.7.0",
"font-awesome-webpack-4": "^1.0.0",
"leaflet-routing-machine": "^3.2.12",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"moment-timezone": "^0.5.13",
"node-notifier": "^5.4.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pikaday": "^1.6.1",
"v-mask": "^1.3.0",
"vue": "^2.6.10",
"vue-analytics": "^3.2.0",
"vue-chartjs": "^3.4.2",
"vue-datepicker": "^1.3.0",
"vue-eslint-parser": "^1.0.0",
"vue-head": "^2.0.11",
"vue-i18n": "^8.14.1",
"vue-moment": "^2.0.2",
"vue-resource": "^1.0.3",
"vue-router": "^3.1.1",
"vue-strap": "github:wffranco/vue-strap",
"vue2-google-maps": "^0.7.5",
"vue2-leaflet": "^1.0.2",
"vuejs-datepicker": "^0.9.7",
"vuex": "^2.1.2"
},
"devDependencies": {
"autoprefixer": "~8.6.4",
"babel-core": "~6.26.3",
"babel-eslint": "~8.2.5",
"babel-loader": "~7.1.4",
"babel-plugin-istanbul": "~4.1.6",
"babel-plugin-transform-runtime": "~6.23.0",
"babel-polyfill": "~6.26.0",
"babel-preset-env": "~1.7.0",
"babel-register": "~6.26.0",
"babel-runtime": "^6.22.0",
"chalk": "^1.1.3",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"cssnano": "~3.10.0",
"eslint": "^5.0.1",
"eslint-config-airbnb-base": "~13.0.0",
"eslint-config-standard": "^12.0.0-alpha.0",
"eslint-friendly-formatter": "~4.0.1",
"eslint-import-resolver-webpack": "~0.10.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "~4.0.5",
"eslint-plugin-import": "~2.13.0",
"eslint-plugin-node": "~6.0.1",
"eslint-plugin-promise": "~3.8.0",
"eslint-plugin-standard": "~3.1.0",
"eventsource-polyfill": "^0.9.6",
"file-loader": "~1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^8.1.0",
"gulp": "^3.9.1",
"gulp-if": "^2.0.2",
"gulp-prompt": "^0.2.0",
"gulp-rsync": "0.0.7",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"opn": "^4.0.2",
"ora": "^0.3.0",
"portfinder": "^1.0.21",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.6",
"postcss-preset-env": "^6.7.0",
"semver": "^5.3.0",
"shelljs": "^0.7.4",
"style-loader": "~0.21.0",
"url-loader": "^1.0.1",
"vue-loader": "^15.2.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"xml2js": "^0.4.19"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": {
"production": [
"last 2 version",
"ie 9"
],
"development": [
"last 2 version",
"ie 9"
]
}
}