forked from thabotitus/jca-ui-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.92 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
69
70
71
72
73
74
75
76
77
{
"name": "@ttsftwr/jca-ui-kit",
"type": "module",
"version": "0.4.3",
"description": "JCA UI Kit from components built in Just Connect . Africa app",
"main": "docs/index.html",
"homepage": "https://thabotitus.github.io/jca-ui-kit/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp serve",
"build": "gulp",
"bump:patch": "gulp bump:patch",
"bump:minor": "gulp bump:minor",
"bump:major": "gulp bump:major",
"package": "gulp build:package"
},
"keywords": [
"SASS",
"ES6",
"Gulp",
"Webpack",
"starter",
"compiling",
"web",
"front-end",
"gulp-starter",
"babel",
"browsersync",
"imagemin"
],
"author": "Thabo Titus",
"repository": {
"type": "git",
"url": "https://github.com/thabotitus/jca-ui-kit.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "7.10.5",
"@babel/preset-env": "7.10.4",
"@popperjs/core": "2.4.4",
"animate.css": "4.1.0",
"babel-loader": "8.1.0",
"bootstrap": "4.5.0",
"browser-sync": "2.26.10",
"clipboard": "2.0.6",
"datatables.net": "1.10.21",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-babel": "8.0.0",
"gulp-bump": "3.2.0",
"gulp-clean": "0.4.0",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-copy": "4.0.1",
"gulp-htmlmin": "5.0.1",
"gulp-imagemin": "7.1.0",
"gulp-notify": "3.2.0",
"gulp-nunjucks-render": "2.2.3",
"gulp-plumber": "1.2.1",
"gulp-sass": "4.1.0",
"gulp-sass-glob": "1.1.0",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"gulp-zip": "5.0.2",
"i": "0.3.6",
"imask": "6.0.5",
"ionicons": "5.1.2",
"jquery": "3.5.1",
"load-json-file": "6.2.0",
"normalize.css": "8.0.1",
"prismjs": "1.20.0",
"uglifyjs-webpack-plugin": "2.2.0",
"vue": "2.6.11",
"webpack-stream": "5.2.1"
},
"dependencies": {}
}