File size: 2,338 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
	"name": "@automattic/design-picker",
	"version": "1.0.0",
	"description": "Design picker.",
	"homepage": "https://github.com/Automattic/wp-calypso",
	"license": "GPL-2.0-or-later",
	"author": "Automattic Inc.",
	"main": "dist/cjs/index.js",
	"module": "dist/esm/index.js",
	"calypso:src": "src/index.ts",
	"exports": {
		".": {
			"calypso:src": "./src/index.ts",
			"types": "./dist/types/index.d.ts",
			"import": "./dist/esm/index.js",
			"require": "./dist/cjs/index.js"
		}
	},
	"sideEffects": [
		"*.css",
		"*.scss"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Automattic/wp-calypso.git",
		"directory": "packages/design-picker"
	},
	"publishConfig": {
		"access": "public"
	},
	"bugs": "https://github.com/Automattic/wp-calypso/issues",
	"types": "dist/types",
	"scripts": {
		"clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist",
		"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && copy-assets",
		"prepack": "yarn run clean && yarn run build",
		"watch": "tsc --build ./tsconfig.json --watch"
	},
	"dependencies": {
		"@automattic/calypso-config": "workspace:^",
		"@automattic/components": "workspace:^",
		"@automattic/global-styles": "workspace:^",
		"@automattic/js-utils": "workspace:^",
		"@automattic/onboarding": "workspace:^",
		"@automattic/typography": "workspace:^",
		"@automattic/viewport": "workspace:^",
		"@tanstack/react-query": "^5.15.5",
		"@wordpress/components": "^29.9.0",
		"@wordpress/react-i18n": "^4.23.0",
		"@wordpress/url": "^4.23.0",
		"clsx": "^2.1.1",
		"react-intersection-observer": "^9.4.3",
		"react-router-dom": "^6.23.1",
		"tslib": "^2.8.1",
		"utility-types": "^3.10.0"
	},
	"devDependencies": {
		"@automattic/calypso-build": "workspace:^",
		"@automattic/calypso-typescript-config": "workspace:^",
		"@testing-library/dom": "^10.4.0",
		"@testing-library/jest-dom": "^6.6.3",
		"@testing-library/react": "^16.3.0",
		"jest": "^29.7.0",
		"postcss": "^8.5.3",
		"react": "^18.3.1",
		"react-dom": "^18.3.1",
		"redux": "^5.0.1",
		"typescript": "^5.8.3",
		"webpack": "^5.99.8"
	},
	"peerDependencies": {
		"@wordpress/data": "^10.23.0",
		"@wordpress/element": "^6.23.0",
		"@wordpress/i18n": "^5.23.0",
		"debug": "^4.4.1",
		"react": "^18.3.1",
		"react-dom": "^18.3.1",
		"redux": "^5.0.1"
	},
	"private": true
}