-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.18 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.18 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
{
"name": "coello-theme",
"version": "1.0.0",
"description": "Custom WP template",
"main": "index.php",
"scripts": {
"test": "whois coellotrejo.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WAD27/coello-theme.git"
},
"keywords": [
"Law",
"Firm",
"wordpress",
"template"
],
"author": "josecaos",
"license": "ISC",
"bugs": {
"url": "https://github.com/WAD27/coello-theme/issues"
},
"homepage": "https://github.com/WAD27/coello-theme#readme",
"devDependencies": {
"bootstrap": "4.3.1",
"gulp": "^4.0.2"
},
"dependencies": {
"@babel/core": "^7.4.4",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.5",
"browser-sync": "^2.26.5",
"browsersync": "0.0.1-security",
"child_process": "^1.0.2",
"cssnano": "^4.1.10",
"del": "^4.1.1",
"eslint": "^5.16.0",
"gulp-autoprefixer": "^6.1.0",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"postcss": "^7.0.16",
"slick-slider": "^1.8.2",
"webpack": "^4.30.0",
"webpack-stream": "^5.2.1"
}
}