-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·143 lines (143 loc) · 4.4 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "carbon-blocks",
"version": "1.0.0",
"description": "Supercharge your Gutenberg editor with powerful blocks, highly customizable sliders, block and text animations, and much more.",
"author": "Carbon Plugins",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"block",
"pricing",
"gutenberg block",
"slider",
"testimonial",
"carousel",
"tabs",
"features",
"cards",
"badges",
"buttons",
"accordion",
"faq",
"masonry",
"tasks",
"gallery"
],
"scripts": {
"start": "NODE_ENV=development wp-scripts start",
"build": "NODE_ENV=production gulp clean && NODE_ENV=production wp-scripts build && NODE_ENV=production gulp build && NODE_ENV=production gulp copy && gulp zip",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"gulp": "gulp",
"gulp-languages": "gulp languages",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses --gpl2",
"translate": "npm run translate-admin && npm run translate-plugin",
"translate-admin": "wp i18n make-pot ./build/ languages/carbon-blocks-admin.pot --include='admin, src/admin' --domain='carbon-blocks'",
"translate-plugin": "wp i18n make-pot ./build/ languages/carbon-blocks.pot --exclude='admin, src/admin' --domain='carbon-blocks' && npm run gulp-languages",
"translate-fr": "po2json ./languages/carbon-blocks-admin-fr_FR.po ./languages/carbon-blocks-fr_FR-admin.json -d carbon-blocks -f jed1.x & po2json ./languages/carbon-blocks-fr_FR.po ./languages/carbon-blocks-fr_FR.json -d carbon-blocks -f jed1.x",
"translate-es": "po2json ./languages/carbon-blocks-admin-es_ES.po ./languages/carbon-blocks-es_ES-admin.json -d carbon-blocks -f jed1.x & po2json ./languages/carbon-blocks-es_ES.po ./languages/carbon-blocks-es_ES.json -d carbon-blocks -f jed1.x"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"browserslist-config-google": "^3.1.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.3",
"cssnano-preset-advanced": "^7.0.3",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-notify": "^4.0.0",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-size": "^4.0.1",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^3.0.2",
"i18next": "^23.11.5",
"lodash": "^4.17.21",
"postcss-merge-queries": "^1.0.3",
"postcss-merge-rules": "^7.0.2",
"postcss-perfectionist": "^2.3.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.24.1",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4"
},
"dependencies": {
"@carbon-plugins/components": "^2.0.65",
"@carbon-plugins/icon-libraries": "^1.1.7",
"@codeamp/block-components": "^0.0.1-beta.13",
"@hookform/resolvers": "^3.7.0",
"@iconify/iconify": "^3.1.1",
"@iconify/react": "^5.0.1",
"@monaco-editor/react": "^4.6.0",
"@wordpress/block-editor": "^13.2.0",
"@wordpress/blocks": "^13.2.0",
"@wordpress/compose": "^7.2.0",
"@wordpress/scripts": "^28.2.0",
"babelify": "^10.0.0",
"boring-avatars": "^1.10.2",
"browserify": "^17.0.0",
"class-variance-authority": "^0.7.0",
"constrained-editor-plugin": "^1.3.0",
"dompurify": "^3.1.5",
"driver.js": "^1.3.1",
"esmify": "^2.1.1",
"glightbox": "^3.3.0",
"gulp-clean": "^0.4.0",
"gulp-load-plugins": "^2.0.8",
"gulp-mode": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-zip": "^5.1.0",
"gulplog": "^2.2.0",
"immer": "^10.1.1",
"js-confetti": "^0.12.0",
"lodash.assign": "^4.2.0",
"lucide-react": "^0.400.0",
"nice-color-palettes": "^3.0.0",
"po2json": "^0.4.5",
"react-hook-form": "^7.52.1",
"react-icomoon": "^2.5.7",
"react-toastify": "^10.0.5",
"spltjs": "^1.1.0",
"swiper": "^11.1.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"use-immer": "^0.10.0",
"uuid": "^10.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0",
"zod": "^3.23.8"
},
"postcss": {
"plugins": {
"postcss-merge-queries": {},
"postcss-merge-rules": {},
"cssnano": {
"preset": [
"advanced"
]
},
"postcss-perfectionist": {
"format": "expanded"
},
"autoprefixer": {
"cascade": false
},
"tailwindcss": {}
}
},
"browserslist": [
"extends browserslist-config-google"
]
}