forked from stellarwp/kadence-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.09 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": "kadence-blocks",
"version": "1.1.0",
"private": true,
"scripts": {
"packages-update": "wp-scripts packages-update",
"start-wp": "wp-scripts start",
"start-gulp": "gulp watch",
"start": "concurrently --kill-others \"npm run start-wp\" \"npm run start-gulp\"",
"build-wp": "wp-scripts build",
"build-gulp": "gulp build",
"build": "wp-scripts build && gulp build",
"build:custom": "wp-scripts build --webpack-bundle-analyzer"
},
"dependencies": {
"@dotlottie/player-component": "^1.2.2",
"@dr-kobros/react-webfont-loader": "^8.0.0",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@react-google-maps/api": "^2.12.0",
"@splidejs/react-splide": "^0.7.12",
"@wordpress/icons": "^9.25.0",
"@wordpress/url": "^3.35.0",
"change-case": "^4.1.2",
"classnames": "^2.2.6",
"colord": "^2.9.3",
"gradient-parser": "^1.0.2",
"memize": "^1.0.5",
"progressbar.js": "^1.1.0",
"prop-types": "^15.6.2",
"re-resizable": "^4.7.1",
"react-ace": "^9.4.0",
"react-color": "^2.18.0",
"react-container-dimensions": "^1.4.1",
"react-countdown": "^2.3.1",
"react-countup": "^6.1.0",
"react-easy-crop": "^3.5.3",
"react-google-recaptcha": "^2.1.0",
"react-infinite-scroller": "^1.2.6",
"react-lazy-load": "^4.0.1",
"react-masonry-component": "^6.2.1",
"react-masonry-css": "^1.0.16",
"react-select": "^2.2.0",
"react-shadow": "^20.0.0",
"react-transition-group": "^2.4.0",
"react-turnstile": "^1.1.0",
"remove-accents": "^0.4.4",
"typed.js": "^2.0.12"
},
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@wordpress/dependency-extraction-webpack-plugin": "^4.17.0",
"@wordpress/i18n": "^4.34.0",
"@wordpress/scripts": "^26.5.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"concurrently": "^8.2.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-babel-minify": "^0.5.2",
"gulp-clean-css": "^4.3.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"install": "^0.13.0"
}
}