-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.89 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.89 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "4act",
"version": "0.1.0",
"description": "4act",
"private": true,
"author": "Radosław Przytuła",
"license": "ISC",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.10.1",
"ajv": "^6.10.2",
"ajv-keywords": "^3.4.1",
"aos": "^2.3.4",
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"countup.js": "^2.0.4",
"cross-env": "^5.2.0",
"del": "^5.0.0",
"et-line": "^1.0.1",
"font-awesome": "^4.7.0",
"granim": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-cache": "^1.1.2",
"gulp-changed": "^4.0.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-file": "^0.4.0",
"gulp-imagemin": "^6.0.0",
"gulp-load-plugins": "^2.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-zip": "^5.0.0",
"imagesloaded": "^4.1.4",
"jarallax": "^1.11.0",
"jquery": "^3.4.1",
"jquery-countdown": "^2.2.0",
"jquery.photoswipe": "^1.1.1",
"lity": "^2.3.1",
"node-sass-tilde-importer": "^1.0.2",
"objectFitPolyfill": "^2.3.0",
"popper.js": "^1.15.0",
"run-sequence": "^2.2.1",
"shufflejs": "^5.2.2",
"slick-carousel": "^1.8.1",
"smoothscroll-for-websites": "^1.4.9",
"themify-icons": "^1.0.0",
"typed.js": "^2.0.10",
"uglifyjs-webpack-plugin": "2.2.0",
"waypoints": "^4.0.1",
"webpack-stream": "^5.2.1"
},
"browserslist": [
">= 1%",
"last 1 major version",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Edge >= 15.15063",
"Explorer 11",
"iOS >= 10",
"Safari >= 10",
"Android >= 6",
"not ExplorerMobile <= 11"
],
"engines": {
"node": ">=6.5",
"npm": ">=3.10"
},
"dependencies": {
"natives": "^1.1.6",
"npm": "^6.10.2"
}
}