-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.24 KB
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
{
"name": "Bootstrap4Press",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:dzmitROCK/Bootstrap4Press.git",
"author": "dzmitrock <besfamilny@dzmitrock.ru>",
"license": "MIT",
"scripts": {
"start": "gulp",
"build": "gulp build --production",
"plug": "gulp plug"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.24.4",
"colors": "^1.3.0",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-cache": "^1.0.2",
"gulp-clean-css": "^3.9.4",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.1.0",
"js-yaml": "^3.12.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.16.0",
"webpack-stream": "^4.0.3",
"yargs": "^11.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"popper.js": "^1.14.4"
}
}