-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1013 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
37
38
39
{
"name": "repressions",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.4",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"babel-register": "^6.26.0",
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.2.1",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"gulp-uglify": "^3.0.2",
"gulp-wait": "0.0.2",
"gulp-watch": "^5.0.1",
"lodash": "^4.17.15",
"node-sass": "^4.9.0",
"npm": "^6.0.0",
"vue": "^2.6.11",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.2",
"webpack-stream": "^5.2.1"
},
"scripts": {
"pages": "git subtree push --prefix build origin gh-pages"
}
}