-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
51 lines (51 loc) · 1.15 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
50
51
{
"title": "ML CO2 Impact",
"name": "ml-co2-impact",
"version": "5.0.8",
"scripts": {
"start": "node_modules/.bin/gulp watch"
},
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "5.9.0",
"bootstrap": "4.3.1",
"jquery": "3.4.1",
"jquery.easing": "^1.4.1",
"lodash.template": ">=4.5.0",
"popper.js": "^1.15.0"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.27.10",
"del": "4.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "4.2.0",
"gulp-concat": "^2.6.1",
"gulp-header": "2.0.7",
"gulp-plumber": "^1.2.1",
"gulp-rename": "1.4.0",
"gulp-sass": "5.1.0",
"gulp-uglify": "3.0.2",
"lodash.template": ">=4.5.0",
"merge-stream": "2.0.0",
"sass": "^1.56.1"
},
"browserslist": [
"defaults and supports es6-module",
"maintained node versions"
]
}