forked from creativetimofficial/impact-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·53 lines (53 loc) · 1.49 KB
/
package.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.49 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
{
"name": "impact-design-system",
"version": "1.0.1",
"description": "The ultimate design system for your online business",
"main": "gulpfile.js",
"author": "Themesberg & Creative Tim",
"keywords": [
"css",
"sass",
"html",
"responsive",
"uikit",
"bootstrap4"
],
"homepage": "https://creative-tim.com",
"bugs": {
"email": "hello@creative-tim.com"
},
"license": "Creative Tim",
"devDependencies": {
"browser-sync": "2.26.7",
"del": "4.1.1",
"gulp": "4.0.2",
"gulp-autoprefixer": "6.1.0",
"gulp-clean-css": "4.2.0",
"gulp-cssbeautify": "1.0.1",
"gulp-file-include": "2.1.0",
"gulp-header": "2.0.7",
"gulp-htmlmin": "5.0.1",
"gulp-npm-dist": "1.0.3",
"gulp-plumber": "1.2.1",
"gulp-rename": "1.4.0",
"gulp-sass": "5.1.0",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"gulp-wait": "0.0.2",
"merge-stream": "2.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.11.2",
"bootstrap": "4.3.1",
"headroom.js": "0.10.3",
"jarallax": "1.12.0",
"jquery": "3.4.1",
"npm": "6.14.4",
"onscreen": "1.3.4",
"popper.js": "1.16.0",
"prismjs": "1.20.0",
"smooth-scroll": "16.1.0",
"sticky-sidebar": "3.3.1",
"waypoints": "4.0.1"
}
}