-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
{
"name": "ncmaz-core",
"version": "2.1.0",
"description": "Example block written with ESNext standard and JSX support – build step required.",
"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",
"start": "wp-scripts start",
"start:hot": "wp-scripts start --hot",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip"
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@glidejs/glide": "^3.5.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@types/glidejs__glide": "^3.4.2",
"@types/wordpress__block-editor": "^7.0.0",
"@types/wordpress__components": "^19.10.0",
"@wordpress/block-editor": "^9.2.0",
"@wordpress/blocks": "^11.9.0",
"@wordpress/components": "^19.12.0",
"@wordpress/i18n": "^4.10.0",
"autoprefixer": "^10.4.7",
"graphql": "^16.5.0",
"lodash": "^4.17.21",
"react-select": "^5.3.2",
"sass": "^1.52.1"
},
"devDependencies": {
"@wordpress/scripts": "^23.2.0",
"cssjanus": "^2.1.0",
"postcss": "^8.4.14",
"postcss-cssjanus": "^1.0.5",
"tailwindcss": "^3.0.24"
}
}