-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 908 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 908 Bytes
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
{
"name": "blocks-for-eventbrite",
"private": true,
"description": "WordPress Gutenberg blocks that display eventbrite events",
"author": "Jon Waldstein",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"watch": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@wordpress/eslint-plugin": "^22.22.0",
"@wordpress/i18n": "^6.9.0",
"@wordpress/scripts": "^31.1.0",
"copy-webpack-plugin": "^13.0.1",
"cssnano": "^7.1.2",
"postcss-nested": "^7.0.2"
},
"dependencies": {
"@tippyjs/react": "^4.2.6",
"axios": "^1.7.9",
"classnames": "^2.2.6",
"tailwindcss": "^1.2.0"
},
"volta": {
"node": "18.20.5",
"npm": "10.8.2"
}
}