-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1022 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
35
36
{
"name": "sweet-vue-app",
"version": "0.1.0",
"main": "index.js",
"repository": "[email protected]:brunoziie/sweet-vue-app.git",
"author": "Bruno Ziiê <[email protected]>",
"license": "MIT",
"browserslist": "> 0.25%, not dead",
"dependencies": {
"vue": "^2.6.8",
"vue-router": "^3.0.2",
"vue-the-mask": "^0.11.1"
},
"devDependencies": {
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.0.1",
"@babel/polyfill": "^7.4.0",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.3.4",
"gulp": "^4.0.0",
"gulp-add-src": "^1.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-filter": "^5.1.0",
"gulp-include": "^2.3.1",
"gulp-plumber": "^1.2.1",
"gulp-rollup": "^2.16.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-vue-template2js": "^1.0.1",
"gulp-wrapper": "^1.0.0"
}
}