-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.61 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
{
"name": "noptin",
"version": "3.7.6",
"private": true,
"description": "WordPress Newsletter Plugin",
"scripts": {
"test": "test",
"csswatch": "sass --no-source-map --watch includes/assets/sass:includes/assets/css",
"compile:css": "sass --no-source-map includes/assets/sass:includes/assets/css && postcss includes/assets/css/*.css -r --no-map",
"js": "npx webpack --watch --mode development",
"build:js": "npx webpack --mode production",
"dump:autoload": "composer dump-autoload",
"i18n": "wp i18n make-pot . languages/newsletter-optin-box.pot --domain=newsletter-optin-box && cd languages && wp i18n update-po newsletter-optin-box.pot && wp i18n make-mo . && wp i18n make-json ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/hizzle-co/noptin.git"
},
"keywords": [
"noptin"
],
"author": "picocodes",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hizzle-co/noptin/issues"
},
"homepage": "https://github.com/hizzle-co/noptin#readme",
"dependencies": {
"@wordpress/base-styles": "^5.0.0",
"@wordpress/components": "^29.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "^7.21.5",
"@emotion/babel-plugin": "^11.11.0",
"@woocommerce/dependency-extraction-webpack-plugin": "3.1.0",
"@wordpress/babel-preset-default": "8.17.0",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"css-loader": "^7.0.0",
"postcss": "8.5.1",
"postcss-cli": "^11.0.0",
"postcss-csso": "6.0.1",
"sass": "1.83.4",
"style-loader": "^4.0.0",
"webpack": "5.97.1",
"webpack-cli": "6.0.1"
}
}