-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.25 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.25 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
48
49
50
51
52
{
"name": "strata",
"version": "0.0.1",
"author": "Artem Verbat",
"homepage": "https://github.com/verbart/strata#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/verbart/strata.git"
},
"bugs": {
"url": "https://github.com/verbart/strata/issues"
},
"scripts": {
"start": "gulp",
"build": "cross-env NODE_ENV=production gulp build"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"autoprefixer": "^10.2.0",
"babelify": "^10.0.0",
"browser-sync": "^2.26.13",
"browserify": "^17.0.0",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"postcss": "^8.2.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"axios": "^0.21.1",
"font-awesome": "^4.7.0",
"noty": "^3.2.0-beta",
"simple-lightbox": "^2.1.0"
},
"browserslist": [
"> 5%",
"ff > 14"
]
}