-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.39 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
52
53
54
{
"name": "Project",
"version": "1.0.0",
"description": "HTML template. Used by Pug, SASS, Babel, Webpack, Gulp.",
"main": "gulpfile.js",
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"bootstrap": "^4.3.1",
"include-media": "^1.4.9",
"inputmask": "^4.0.6",
"jquery": "^3.4.1",
"normalize.css": "^8.0.1",
"parsleyjs": "^2.8.1",
"swiper": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"autoprefixer": "^9.6.5",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.5",
"browser-sync-ui": "^2.26.4",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.13.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.3.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"webpack": "^4.22.0",
"webpack-stream": "^5.1.1"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"scripts": {
"start": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Alexandr Kazakov",
"email": "[email protected]",
"url": "https://github.com/alexandr-kazakov"
}
}