-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "freemius-wordpress-sdk",
"description": "Monetization, analytics, and marketing automation platform for plugin & theme developers.",
"author": "Freemius, Inc.",
"license": "GPL-3.0",
"homepage": "https://freemius.com",
"version": "0.0.0",
"private": true,
"main": "gulpfile.js",
"scripts": {
"translate": "gulp translate",
"pot": "gulp pot",
"build": "gulp build",
"dev": "gulp dev",
"postinstall": "patch-package"
},
"repository": "Freemius/wordpress-sdk.git",
"devDependencies": {
"@transifex/api": "^7.1.3",
"autoprefixer": "^10.4.17",
"chalk": "^4.1.2",
"cssnano": "^6.0.3",
"dotenv": "^16.4.1",
"fancy-log": "^2.0.0",
"gettext-parser": "^7.0.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-esbuild": "^0.12.0",
"gulp-livereload": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.1.0",
"gulp-sass": "^5.1.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"gulp-wp-pot": "^2.5.0",
"node-fetch": "^2.7.0",
"node-sass-package-importer": "^5.3.3",
"patch-package": "^8.0.0",
"postcss": "^8.4.33",
"prompts": "^2.4.2",
"sass": "^1.70.0"
}
}