forked from TryGhost/Themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"private": true,
"name": "root",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "gulp",
"symlink": "gulp symlink",
"test": "gulp test",
"test:ci": "gulp testCI",
"zip": "gulp zip",
"ship": "lerna publish --no-private"
},
"devDependencies": {
"autoprefixer": "10.4.20",
"beeper": "2.1.0",
"concurrently": "9.1.0",
"cssnano": "7.0.6",
"gscan": "4.46.0",
"gulp": "5.0.0",
"gulp-compile-handlebars": "0.6.1",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
"gulp-postcss": "10.0.0",
"gulp-uglify": "3.0.2",
"gulp-zip": "5.1.0",
"lerna": "8.1.9",
"ordered-read-streams": "2.0.0",
"postcss": "8.4.49",
"postcss-easy-import": "4.0.0",
"pump": "3.0.2",
"yargs": "17.7.2"
},
"browserslist": [
"defaults"
],
"renovate": {
"extends": [
"@tryghost:theme"
]
}
}