-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "ncmaz-core",
"version": "4.1.2",
"description": "Example static block scaffolded with Create Block tool.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^27.6.0"
},
"dependencies": {
"@apollo/client": "^3.8.3",
"@glidejs/glide": "^3.6.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/wordpress__block-editor": "^11.5.14",
"@wordpress/block-editor": "^12.23.0",
"@wordpress/components": "^27.3.0",
"@wordpress/i18n": "^4.55.0",
"autoprefixer": "^10.4.15",
"cssjanus": "^2.1.0",
"graphql": "^16.8.0",
"lodash": "^4.17.21",
"postcss": "^8.4.29",
"postcss-cssjanus": "^1.0.5",
"react-select": "^5.7.4",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3"
}
}