-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1.16 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
{
"name": "animations-for-blocks",
"version": "1.0.0",
"description": "Allows to add animations to Gutenberg blocks on scroll.",
"author": "websevendev <websevendev@gmail.com>",
"license": "GPL-2.0-or-later",
"main": "src/index.js",
"scripts": {
"start": "wp-scripts start --stats=minimal",
"start:hot": "wp-scripts start --hot --allowed-hosts all --stats=minimal",
"build": "wp-scripts build --stats=errors-only",
"release": "npm run build && wp dist-archive . ./animations-for-blocks.zip"
},
"devDependencies": {
"@wordpress/block-editor": "^14.10.1",
"@wordpress/blocks": "^14.4.1",
"@wordpress/components": "^29.1.1",
"@wordpress/compose": "^7.15.1",
"@wordpress/core-data": "^7.15.1",
"@wordpress/data": "^10.15.1",
"@wordpress/dom-ready": "^4.15.0",
"@wordpress/element": "^6.15.1",
"@wordpress/hooks": "^4.15.0",
"@wordpress/i18n": "^5.15.1",
"@wordpress/icons": "^10.15.1",
"@wordpress/is-shallow-equal": "^5.15.0",
"@wordpress/keycodes": "^4.15.1",
"@wordpress/notices": "^5.15.1",
"@wordpress/scripts": "30.8.1",
"aos": "^3.0.0-beta.6",
"classnames": "^2.5.1",
"react": "^18.3.1"
},
"dependencies": {
"lenis": "^1.1.19"
}
}