-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1011 Bytes
/
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
{
"name": "commonplace-theme",
"title": "Commonplace Theme",
"version": "0.1.5",
"description": "A simple WordPress theme akin to a Commonplace Book.",
"author": {
"name": "Piper Haywood",
"email": "contact@piperhaywood.com",
"url": "https://piperhaywood.com"
},
"license": "GPL-3.0",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/piperhaywood/commonplace-theme.git"
},
"devDependencies": {
"browser-sync": "^2.29.3",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"gulp-util": "^3.0.8",
"sass": "^1.68.0",
"stylelint": "^15.10.3",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.2.1"
}
}