-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.67 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
{
"name": "ftf-fediverse-embeds",
"version": "1.0.0",
"private": true,
"description": "Embed Fediverse post on your WordPress blog.",
"scripts": {
"dev": ". ~/.nvm/nvm.sh && nvm use 18 && gulp"
},
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"block"
],
"homepage": "https://stefanbohacek.com/project/wordpress-plugin-for-fediverse-embeds/",
"repository": "git+https://github.com/stefanbohacek/fediverse-embeds-wordpress-plugin.git",
"bugs": {
"url": "https://github.com/stefanbohacek/fediverse-embeds-wordpress-plugin/issues"
},
"main": "build/index.js",
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-es2015": "^7.0.0-beta.53",
"babel-minify": "^0.5.2",
"babel-plugin-uglify": "^1.0.2",
"babel-preset-minify": "^0.5.2",
"babelify": "^10.0.0",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-babel-minify": "^0.5.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.1.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.3.2",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"vinyl-source-stream": "^1.1.0"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}