-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 845 Bytes
/
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
{
"name": "weather-app",
"version": "1.0.0",
"description": "Test frontent app for codeline.io",
"main": "gulpfile.js",
"scripts": {
"webpack": "webpack",
"build": "cross-env NODE_ENV=production webpack"
},
"author": "Bhadresh Laiya",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^3.8.1",
"gulp-sass": "^3.1.0",
"vue-loader": "^13.5.0",
"vue-template-compiler": "^2.5.8",
"webpack": "^3.8.1"
},
"dependencies": {
"async": "^2.6.0",
"axios": "^0.17.1",
"moment": "^2.19.2",
"store2": "^2.5.9",
"vue": "^2.5.8",
"vue-router": "^3.0.1"
}
}