-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "kubedb-web",
"description": "Kubepack Website",
"version": "0.1.0",
"authors": [
"AppsCode Eng <[email protected]>"
],
"dependencies": {
"bootstrap": "4.0.0-beta",
"bxslider": "^4.2.6",
"codemirror": "^5.13.4",
"featherlight": "^1.4.0",
"font-awesome": "^4.5.0",
"html5shiv": "^3.7.3",
"jquery": "^3.2.1",
"jquery-validation": "^1.15.0",
"respond.js": "^1.4.2"
},
"devDependencies": {
"del": "^2.0.2",
"eslint": "^4.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.3",
"gulp-concat": "^2.6.0",
"gulp-html-replace": "^1.5.4",
"gulp-install": "^0.6.0",
"gulp-notify": "^3.0.0",
"gulp-rev": "^7.1.2",
"gulp-sass": "^2.1.0",
"gulp-sass-lint": "^1.1.0",
"gulp-util": "^3.0.7",
"gulp-wait": "^0.0.2",
"js-cookie": "^2.1.2",
"lodash": "^4.16.4",
"merge-stream": "^1.0.0",
"popper.js": "^1.11.0",
"replace": "^0.3.0",
"run-sequence": "^1.1.4",
"sass-lint": "^1.3.3",
"watchify": "^3.6.0"
},
"private": true,
"resolutions": {
"natives": "1.1.3"
}
}