Skip to content

Commit

Permalink
fix formatting of package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Jun 11, 2024
1 parent 1953ba0 commit 3aa1967
Showing 1 changed file with 84 additions and 84 deletions.
168 changes: 84 additions & 84 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,86 +1,86 @@
{
"name": "@10up/block-components",
"publishConfig": {
"access": "public"
},
"version": "1.19.0-next.0",
"description": "10up Components built for the WordPress Block Editor.",
"main": "./dist/index.js",
"source": "index.ts",
"types": "./dist/index.d.ts",
"scripts": {
"lint": "10up-toolkit lint-js",
"test": "10up-toolkit test-unit-jest",
"build": "10up-toolkit build",
"start": "10up-toolkit start",
"build-test-env": "npm run build --workspaces --if-present",
"start-test-env": "npm run start-env -w example/ && npm run import-media -w example/",
"test:e2e": "cypress open",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10up/block-components.git"
},
"workspaces": [
"./",
"example/"
],
"keywords": [
"gutenberg",
"WordPress",
"block-editor"
],
"author": {
"name": "10up",
"email": "info@10up.com",
"url": "https://10up.com"
},
"files": [
"dist",
"README.md"
],
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/10up/block-components.git/issues"
},
"homepage": "https://github.com/10up/block-components.git#readme",
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@floating-ui/react-dom": "^2.0.9",
"@leeoniya/ufuzzy": "^1.0.14",
"@tanstack/react-query": "^5.40.1",
"@typescript-eslint/parser": "^6.21.0",
"@wordpress/icons": "^10.0.0",
"array-move": "^4.0.0",
"react-window": "^1.8.10",
"uuid": "^9.0.1",
"wp-types": "^3.65.0"
},
"devDependencies": {
"@10up/cypress-wp-utils": "github:10up/cypress-wp-utils#build",
"@types/jest": "^29.5.12",
"@types/react-window": "^1.8.8",
"@wordpress/block-editor": "^13.0.0",
"@wordpress/components": "^28.0.0",
"@wordpress/core-data": "^6.35.0",
"@wordpress/data": "^9.28.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.8.0",
"@wordpress/element": "^5.35.0",
"10up-toolkit": "^6.2.0",
"classnames": "^2.5.1",
"cypress": "^13.8.1",
"cypress-localstorage-commands": "^2.2.5"
},
"overrides": {
"react-autosize-textarea": {
"react-dom": "^18.0.0",
"react": "^18.0.0"
"name": "@10up/block-components",
"publishConfig": {
"access": "public"
},
"version": "1.19.0-next.0",
"description": "10up Components built for the WordPress Block Editor.",
"main": "./dist/index.js",
"source": "index.ts",
"types": "./dist/index.d.ts",
"scripts": {
"lint": "10up-toolkit lint-js",
"test": "10up-toolkit test-unit-jest",
"build": "10up-toolkit build",
"start": "10up-toolkit start",
"build-test-env": "npm run build --workspaces --if-present",
"start-test-env": "npm run start-env -w example/ && npm run import-media -w example/",
"test:e2e": "cypress open",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10up/block-components.git"
},
"workspaces": [
"./",
"example/"
],
"keywords": [
"gutenberg",
"WordPress",
"block-editor"
],
"author": {
"name": "10up",
"email": "info@10up.com",
"url": "https://10up.com"
},
"files": [
"dist",
"README.md"
],
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/10up/block-components.git/issues"
},
"homepage": "https://github.com/10up/block-components.git#readme",
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@floating-ui/react-dom": "^2.0.9",
"@leeoniya/ufuzzy": "^1.0.14",
"@tanstack/react-query": "^5.40.1",
"@typescript-eslint/parser": "^6.21.0",
"@wordpress/icons": "^10.0.0",
"array-move": "^4.0.0",
"react-window": "^1.8.10",
"uuid": "^9.0.1",
"wp-types": "^3.65.0"
},
"devDependencies": {
"@10up/cypress-wp-utils": "github:10up/cypress-wp-utils#build",
"@types/jest": "^29.5.12",
"@types/react-window": "^1.8.8",
"@wordpress/block-editor": "^13.0.0",
"@wordpress/components": "^28.0.0",
"@wordpress/core-data": "^6.35.0",
"@wordpress/data": "^9.28.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.8.0",
"@wordpress/element": "^5.35.0",
"10up-toolkit": "^6.2.0",
"classnames": "^2.5.1",
"cypress": "^13.8.1",
"cypress-localstorage-commands": "^2.2.5"
},
"overrides": {
"react-autosize-textarea": {
"react-dom": "^18.0.0",
"react": "^18.0.0"
}
}
}
}
}

0 comments on commit 3aa1967

Please sign in to comment.