forked from stellarwp/kadence-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.71 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
{
"name": "kadence-blocks",
"version": "1.0.0",
"private": true,
"scripts": {
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"build": "wp-scripts build",
"build:custom": "wp-scripts build --webpack-bundle-analyzer"
},
"dependencies": {
"@dotlottie/player-component": "^1.2.2",
"@dr-kobros/react-webfont-loader": "^8.0.0",
"@fonticonpicker/react-fonticonpicker": "^1.2.0",
"@react-google-maps/api": "^2.12.0",
"@splidejs/react-splide": "^0.7.12",
"@wordpress/icons": "^9.7.0",
"@wordpress/url": "^3.12.0",
"classnames": "^2.2.6",
"colord": "^2.9.3",
"gradient-parser": "^1.0.2",
"memize": "^1.0.5",
"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-draggable": "^4.4.5",
"react-easy-crop": "^3.5.3",
"react-lazy-load": "^3.0.13",
"react-masonry-component": "^6.2.1",
"react-masonry-css": "^1.0.16",
"react-select": "^2.2.0",
"react-slick": "^0.24.0",
"react-transition-group": "^2.4.0",
"typed.js": "^2.0.12"
},
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@wordpress/dependency-extraction-webpack-plugin": "^3.6.0",
"@wordpress/i18n": "^4.11.0",
"@wordpress/scripts": "^23.3.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.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"
}
}