-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.4 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.4 KB
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
{
"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",
"lint-js": "wp-scripts lint-js",
"lint-js-fix": "wp-scripts lint-js --fix",
"format": "wp-scripts format"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.10.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^10.0.0",
"@floating-ui/react": "^0.27.12",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@lottiefiles/dotlottie-react": "^0.15.2",
"@react-google-maps/api": "^2.12.0",
"@splidejs/react-splide": "^0.7.12",
"@stellarwp/perf-analyzer-client": "^1.0.0-beta.18",
"@wordpress/icons": "^10.24.0",
"@wordpress/url": "^4.26.0",
"algoliasearch": "^5.29.0",
"change-case": "^5.4.0",
"classnames": "^2.2.6",
"colord": "^2.9.3",
"crypto-js": "^4.2.0",
"gradient-parser": "^1.0.2",
"memize": "^2.0.0",
"progressbar.js": "^1.1.1",
"prop-types": "^15.6.2",
"react-ace": "^14.0.0",
"react-color": "^2.18.0",
"react-countdown": "^2.3.1",
"react-countup": "^6.1.0",
"react-google-recaptcha": "^3.1.0",
"react-infinite-scroller": "^1.2.6",
"react-intersection-observer": "^9.5.3",
"react-lazy-load": "^4.0.1",
"react-masonry": "^1.0.7",
"react-masonry-css": "^1.0.16",
"react-select": "^5.8.3",
"react-shadow": "^20.4.0",
"react-slidy": "^4.3.3",
"react-turnstile": "^1.1.0",
"remove-accents": "^0.5.0",
"typed.js": "^2.0.12"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@wordpress/dependency-extraction-webpack-plugin": "^6.26.0",
"@wordpress/eslint-plugin": "^22.12.0",
"@wordpress/i18n": "^5.26.0",
"@wordpress/prettier-config": "^4.26.0",
"@wordpress/scripts": "^30.19.0",
"ajv": "^8.17.1",
"concurrently": "^9.2.0",
"del": "^8.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-prettier": "^5.5.1",
"gulp": "^5.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": "^6.0.0",
"install": "^0.13.0",
"prettier": "^3.6.0"
},
"postcss": {}
}