-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "visualizer",
"version": "1.0.0",
"description": "Visualizer",
"author": "Pedro Ivo Hudson — @podrivo",
"repository": "https://github.com/podrivo/visualizer.git",
"main": "",
"scripts": {
"start": "gulp default && gulp watch"
},
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/register": "^7.16.9",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"babel-preset-latest": "^6.24.1",
"browser-sync": "^2.27.7",
"css-loader": "^6.5.1",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^8.0.0",
"gulp-merge-media-queries": "^0.2.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-webpack": "^1.5.0",
"gulp4-run-sequence": "^1.0.1",
"node-sass": "^7.0.1",
"sass": "^1.48.0",
"sass-loader": "^12.4.0",
"through2": "^4.0.2",
"webpack": "^5.66.0",
"webpack-stream": "^7.0.0"
},
"browserslist": [
"last 2 version"
]
}