-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 998 Bytes
/
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
{
"name": "@beapi/icons",
"description": "Be API Icons Library for block creation for WordPress editor.",
"version": "1.2.4",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/BeAPI/icons"
},
"keywords": [
"icon",
"svg",
"wordpress",
"gutenberg",
"create block",
"beapi"
],
"main": "dist/index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@wordpress/element": "^4.17.0",
"@wordpress/primitives": "^3.17.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/preset-react": "^7.18.6",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"@wordpress/eslint-plugin": "^17.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"tailwindcss": "^3.4.4",
"vite": "^5.3.3"
}
}