-
Notifications
You must be signed in to change notification settings - Fork 130
/
Copy pathpackage.json
68 lines (68 loc) · 2.06 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "neumorphism-ui",
"version": "1.0.0",
"description": "Neumorphism inspired premium Bootstrap UI Kit featuring over 100 components and 5 example pages.",
"main": "gulpfile.js",
"author": "Themesberg",
"keywords": [
"neumorphism",
"neumorphic",
"neomorphism",
"neomorphic",
"neumorph",
"neumorphism css",
"neumorphism bootstrap",
"neumorphism js",
"neumorphism design",
"neumorphism ui",
"Neumorphism UI",
"themesberg",
"gulp",
"sass",
"html",
"js"
],
"homepage": "https://themesberg.com/product/ui-kits/neumorphism-ui",
"bugs": {
"url": "https://github.com/themesberg/neumorphism-ui"
},
"license": "https://www.themesberg.com/licensing#mit",
"devDependencies": {
"browser-sync": "^2.27.4",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cssbeautify": "^3.0.0",
"node-sass": "^6.0.1",
"gulp-file-include": "^2.3.0",
"gulp-header": "^2.0.9",
"gulp-htmlmin": "^5.0.1",
"gulp-npm-dist": "^1.0.3",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"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",
"bootstrap-datepicker": "1.9.0",
"headroom.js": "0.10.3",
"jarallax": "1.12.0",
"jquery": "3.5.0",
"jquery-countdown": "2.2.0",
"jquery-validation": "1.19.1",
"jquery.counterup": "2.1.0",
"nouislider": "11.0.3",
"onscreen": "1.3.4",
"popper.js": "1.16.0",
"prismjs": "1.17.1",
"smooth-scroll": "^16.1.0",
"sticky-sidebar": "3.3.1",
"waypoints": "4.0.1"
}
}