-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 909 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
{
"private": true,
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-plugin-transform-es2015-modules-strip": "^0.1.2",
"browser-sync": "^2.27.5",
"eslint": "^8.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint-new": "^0.4.0",
"gulp-eslint-if-fixed": "^1.0.0",
"gulp-include": "^2.4.1",
"gulp-readme-to-markdown": "^0.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "~5.0.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"merge": "^2.1.1",
"sass": "^1.43.2",
"weather-icons": "github:erikflowers/weather-icons"
},
"browserslist": [
"last 2 versions"
],
"dependencies": {}
}