| @@ -1,33 +1,51 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "tableberg", |
| 3 | - "version": "1.0.2", | |
| 3 | + "version": "1.1.5", | |
| 4 | + "private": true, | |
| 4 | 5 | "description": "Table Block By Tableberg - Advanced Table Block for Block Editor", |
| 5 | - "author": "Dotcamp", | |
| 6 | 6 | "license": "GPL-2.0-or-later", |
| 7 | - "main": "build/index.js", | |
| 8 | - "files": [ | |
| 9 | - "build", | |
| 10 | - "includes", | |
| 11 | - "renderer", | |
| 12 | - "vendor/composer", | |
| 13 | - "vendor/autoload.php", | |
| 14 | - "vendor/freemius", | |
| 15 | - "readme.txt", | |
| 16 | - "tableberg.php", | |
| 17 | - "composer.json" | |
| 18 | - ], | |
| 19 | 7 | "scripts": { |
| 20 | 8 | "build": "wp-scripts build", |
| 21 | - "export": "wp-scripts build && wp-scripts plugin-zip", | |
| 22 | 9 | "start": "wp-scripts start", |
| 10 | + "build:admin": "vite build --config admin/vite.config.ts", | |
| 23 | 11 | "check:types": "tsc --noEmit" |
| 24 | 12 | }, |
| 13 | + "dependencies": { | |
| 14 | + "@fortawesome/fontawesome-svg-core": "^6.5.1", | |
| 15 | + "@fortawesome/free-brands-svg-icons": "^6.5.1", | |
| 16 | + "@fortawesome/free-solid-svg-icons": "^6.5.1", | |
| 17 | + "@fortawesome/react-fontawesome": "0.2.2", | |
| 18 | + "@tanstack/react-query": "^5.60.0", | |
| 19 | + "@wordpress/api-fetch": "^7.37.0", | |
| 20 | + "@wordpress/blob": "^4.37.0", | |
| 21 | + "@wordpress/components": "^31.0.0", | |
| 22 | + "@wordpress/compose": "^7.37.0", | |
| 23 | + "@wordpress/data": "^10.37.0", | |
| 24 | + "@wordpress/editor": "^14.37.0", | |
| 25 | + "@wordpress/i18n": "^6.10.0", | |
| 26 | + "@wordpress/icons": "^11.4.0", | |
| 27 | + "@wordpress/keycodes": "^4.37.0", | |
| 28 | + "@wordpress/url": "^4.37.0", | |
| 29 | + "classnames": "^2.3.2", | |
| 30 | + "react": "^18.2.0", | |
| 31 | + "react-dom": "^18.2.0", | |
| 32 | + "zustand": "^5.0.8", | |
| 33 | + "@wordpress/primitives": "^4.39.0", | |
| 34 | + "@tableberg/components": "file:./components", | |
| 35 | + "@tableberg/shared": "file:./shared" | |
| 36 | + }, | |
| 25 | 37 | "devDependencies": { |
| 26 | - "dotenv": "^16.4.1" | |
| 27 | - }, | |
| 28 | - "dependencies": { | |
| 29 | - "@tableberg/components": "workspace:*", | |
| 30 | - "@tableberg/shared": "workspace:*", | |
| 31 | - "@tanstack/react-query": "^5.60.0" | |
| 38 | + "@types/lodash": "^4.14.202", | |
| 39 | + "@types/node": "^20.11.13", | |
| 40 | + "@types/react": "^18.2.66", | |
| 41 | + "@types/react-dom": "^18.2.22", | |
| 42 | + "@types/wordpress__block-editor": "^14.21.4", | |
| 43 | + "@types/wordpress__blocks": "^12.5.18", | |
| 44 | + "@wordpress/base-styles": "^6.13.0", | |
| 45 | + "@wordpress/hooks": "^4.37.0", | |
| 46 | + "@wordpress/scripts": "^31.2.0", | |
| 47 | + "@vitejs/plugin-react": "^4.2.1", | |
| 48 | + "typescript": "^5.2.2", | |
| 49 | + "vite": "^5.2.0" | |
| 32 | 50 | } |
| 33 | 51 | } |