-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "kaidez.com",
"version": "2.0.0",
"description": "WordPress files for the \"kaidez-swiss\" theme used on kaidez.com",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kaidez/kaidez.com"
},
"author": "kaidez",
"license": "MIT",
"homepage": "",
"devDependencies": {
"cp": "^0.2.0",
"css": "^2.2.1",
"css-loader": "0.27.3",
"enquire.js": "^2.1.6",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^2.1.0",
"grunt": "^1.0.1",
"grunt-bowercopy": "^1.2.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-connect": "^5.0.0",
"gulp-csslint": "^1.0.0",
"gulp-grunt": "^0.5.5",
"gulp-imagemin": "^3.1.1",
"gulp-minify-css": "^1.2.4",
"gulp-uncss": "^1.0.6",
"gulp-watch": "^4.3.11",
"jquery": "^3.2.0",
"node-sass": "^4.5.0",
"q": "^1.4.1",
"sass-loader": "^6.0.3",
"style-loader": "0.14.1"
}
}