-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.54 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "woodplane-theme",
"description": "build process for woodplane-theme",
"main": "gulpfile.babel.js",
"repository": {
"type": "git",
"url": "[email protected]:kilianso/Woodplane.git"
},
"keywords": [
"Woodplane",
"theme"
],
"bugs": {
"url": "https://github.com/kilianso/Woodplane/issues"
},
"homepage": "https://github.com/kilianso/Woodplane#readme",
"dependencies": {
"@wordpress/blocks": "^11.9.0",
"@wordpress/dependency-extraction-webpack-plugin": "^3.5.0",
"@wordpress/i18n": "^4.10.0",
"leaflet": "^1.8.0"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/register": "^7.17.7",
"babel-loader": "^8.2.5",
"bootstrap": "^5.1.3",
"browser-sync": "^2.27.10",
"css-loader": "^6.7.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-editor-styles": "^1.0.1",
"gulp-filter": "^7.0.0",
"gulp-livereload": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sass-import-json": "^1.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.5.0",
"normalize.css": "^8.0.1",
"sass": "^1.52.1",
"style-loader": "^3.3.1",
"webpack": "^5.73.0",
"webpack-stream": "^7.0.0"
},
"author": "Kilian So",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "gulp dev",
"build": "gulp build"
},
"babel": {
"presets": [
"@babel/env",
"@babel/preset-react"
]
},
"browserslist": [
"> 1%"
]
}