Skip to content

Commit 9a9642d

Browse files
chore: sort json keys
1 parent fd5db4e commit 9a9642d

File tree

42 files changed

+1280
-944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1280
-944
lines changed

packages/clay-alert/package.json

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,47 @@
11
{
2-
"name": "@clayui/alert",
3-
"version": "3.111.0",
2+
"browserslist": [
3+
"extends browserslist-config-clay"
4+
],
5+
"dependencies": {
6+
"@clayui/icon": "^3.111.0",
7+
"@clayui/layout": "^3.111.0",
8+
"classnames": "^2.2.6"
9+
},
410
"description": "ClayAlert component",
5-
"license": "BSD-3-Clause",
6-
"repository": "https://github.com/liferay/clay",
711
"engines": {
812
"node": ">=0.12.0",
913
"npm": ">=3.0.0"
1014
},
11-
"main": "lib/index.js",
12-
"types": "lib/index.d.ts",
13-
"ts:main": "src/index.tsx",
15+
"exports": {
16+
".": {
17+
"require": "./lib/cjs/index.js",
18+
"import": "./lib/esm/index.js"
19+
}
20+
},
1421
"files": [
1522
"lib"
1623
],
17-
"scripts": {
18-
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
19-
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
20-
"test": "jest --config ../../jest.config.js"
21-
},
2224
"keywords": [
2325
"clay",
2426
"react"
2527
],
26-
"dependencies": {
27-
"@clayui/icon": "^3.111.0",
28-
"@clayui/layout": "^3.111.0",
29-
"classnames": "^2.2.6"
30-
},
28+
"license": "BSD-3-Clause",
29+
"main": "./lib/cjs/index.js",
30+
"module": "./lib/esm/index.js",
31+
"name": "@clayui/alert",
3132
"peerDependencies": {
3233
"@clayui/css": "3.x",
3334
"react": "^16.12.0",
3435
"react-dom": "^16.12.0"
3536
},
36-
"browserslist": [
37-
"extends browserslist-config-clay"
38-
]
39-
}
37+
"repository": "https://github.com/liferay/clay",
38+
"scripts": {
39+
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
40+
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
41+
"test": "jest --config ../../jest.config.js"
42+
},
43+
"ts:main": "src/index.tsx",
44+
"type": "module",
45+
"types": "./lib/index.d.ts",
46+
"version": "3.111.0"
47+
}
Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,51 @@
11
{
2-
"name": "@clayui/autocomplete",
3-
"version": "3.124.0",
2+
"browserslist": [
3+
"extends browserslist-config-clay"
4+
],
5+
"dependencies": {
6+
"@clayui/core": "^3.124.0",
7+
"@clayui/drop-down": "^3.124.0",
8+
"@clayui/form": "^3.122.0",
9+
"@clayui/loading-indicator": "^3.111.0",
10+
"@clayui/shared": "^3.119.0",
11+
"classnames": "^2.2.6",
12+
"fuzzy": "^0.1.3"
13+
},
414
"description": "ClayAutocomplete component",
5-
"license": "BSD-3-Clause",
6-
"repository": "https://github.com/liferay/clay",
715
"engines": {
816
"node": ">=0.12.0",
917
"npm": ">=3.0.0"
1018
},
11-
"main": "lib/index.js",
12-
"types": "lib/index.d.ts",
13-
"ts:main": "src/index.tsx",
19+
"exports": {
20+
".": {
21+
"require": "./lib/cjs/index.js",
22+
"import": "./lib/esm/index.js"
23+
}
24+
},
1425
"files": [
1526
"lib"
1627
],
17-
"scripts": {
18-
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
19-
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
20-
"test": "jest --config ../../jest.config.js"
21-
},
2228
"keywords": [
2329
"clay",
2430
"react"
2531
],
26-
"dependencies": {
27-
"@clayui/core": "^3.124.0",
28-
"@clayui/drop-down": "^3.124.0",
29-
"@clayui/form": "^3.122.0",
30-
"@clayui/loading-indicator": "^3.111.0",
31-
"@clayui/shared": "^3.119.0",
32-
"classnames": "^2.2.6",
33-
"fuzzy": "^0.1.3"
34-
},
32+
"license": "BSD-3-Clause",
33+
"main": "./lib/cjs/index.js",
34+
"module": "./lib/esm/index.js",
35+
"name": "@clayui/autocomplete",
3536
"peerDependencies": {
3637
"@clayui/css": "3.x",
3738
"react": "^16.12.0",
3839
"react-dom": "^16.12.0"
3940
},
40-
"browserslist": [
41-
"extends browserslist-config-clay"
42-
]
43-
}
41+
"repository": "https://github.com/liferay/clay",
42+
"scripts": {
43+
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
44+
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
45+
"test": "jest --config ../../jest.config.js"
46+
},
47+
"ts:main": "src/index.tsx",
48+
"type": "module",
49+
"types": "./lib/index.d.ts",
50+
"version": "3.124.0"
51+
}

packages/clay-badge/package.json

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,45 @@
11
{
2-
"name": "@clayui/badge",
3-
"version": "3.111.0",
2+
"browserslist": [
3+
"extends browserslist-config-clay"
4+
],
5+
"dependencies": {
6+
"classnames": "^2.2.6"
7+
},
48
"description": "ClayBadge component",
5-
"license": "BSD-3-Clause",
6-
"repository": "https://github.com/liferay/clay",
79
"engines": {
810
"node": ">=0.12.0",
911
"npm": ">=3.0.0"
1012
},
11-
"main": "lib/index.js",
12-
"types": "lib/index.d.ts",
13-
"ts:main": "src/index.tsx",
13+
"exports": {
14+
".": {
15+
"require": "./lib/cjs/index.js",
16+
"import": "./lib/esm/index.js"
17+
}
18+
},
1419
"files": [
1520
"lib"
1621
],
17-
"scripts": {
18-
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
19-
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
20-
"test": "jest --config ../../jest.config.js"
21-
},
2222
"keywords": [
2323
"clay",
2424
"react"
2525
],
26-
"dependencies": {
27-
"classnames": "^2.2.6"
28-
},
26+
"license": "BSD-3-Clause",
27+
"main": "./lib/cjs/index.js",
28+
"module": "./lib/esm/index.js",
29+
"name": "@clayui/badge",
2930
"peerDependencies": {
3031
"@clayui/css": "3.x",
3132
"react": "^16.12.0",
3233
"react-dom": "^16.12.0"
3334
},
34-
"browserslist": [
35-
"extends browserslist-config-clay"
36-
]
37-
}
35+
"repository": "https://github.com/liferay/clay",
36+
"scripts": {
37+
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
38+
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
39+
"test": "jest --config ../../jest.config.js"
40+
},
41+
"ts:main": "src/index.tsx",
42+
"type": "module",
43+
"types": "./lib/index.d.ts",
44+
"version": "3.111.0"
45+
}

packages/clay-breadcrumb/package.json

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,49 @@
11
{
2-
"name": "@clayui/breadcrumb",
3-
"version": "3.116.0",
2+
"browserslist": [
3+
"extends browserslist-config-clay"
4+
],
5+
"dependencies": {
6+
"@clayui/button": "^3.116.0",
7+
"@clayui/icon": "^3.111.0",
8+
"@clayui/link": "^3.111.0",
9+
"classnames": "^2.2.6",
10+
"warning": "^4.0.3"
11+
},
412
"description": "ClayBreadcrumb component",
5-
"license": "BSD-3-Clause",
6-
"repository": "https://github.com/liferay/clay",
713
"engines": {
814
"node": ">=0.12.0",
915
"npm": ">=3.0.0"
1016
},
11-
"main": "lib/index.js",
12-
"types": "lib/index.d.ts",
13-
"ts:main": "src/index.tsx",
17+
"exports": {
18+
".": {
19+
"require": "./lib/cjs/index.js",
20+
"import": "./lib/esm/index.js"
21+
}
22+
},
1423
"files": [
1524
"lib"
1625
],
17-
"scripts": {
18-
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
19-
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
20-
"test": "jest --config ../../jest.config.js"
21-
},
2226
"keywords": [
2327
"clay",
2428
"react"
2529
],
26-
"dependencies": {
27-
"@clayui/button": "^3.116.0",
28-
"@clayui/icon": "^3.111.0",
29-
"@clayui/link": "^3.111.0",
30-
"classnames": "^2.2.6",
31-
"warning": "^4.0.3"
32-
},
30+
"license": "BSD-3-Clause",
31+
"main": "./lib/cjs/index.js",
32+
"module": "./lib/esm/index.js",
33+
"name": "@clayui/breadcrumb",
3334
"peerDependencies": {
3435
"@clayui/css": "3.x",
3536
"react": "^16.12.0",
3637
"react-dom": "^16.12.0"
3738
},
38-
"browserslist": [
39-
"extends browserslist-config-clay"
40-
]
41-
}
39+
"repository": "https://github.com/liferay/clay",
40+
"scripts": {
41+
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
42+
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
43+
"test": "jest --config ../../jest.config.js"
44+
},
45+
"ts:main": "src/index.tsx",
46+
"type": "module",
47+
"types": "./lib/index.d.ts",
48+
"version": "3.116.0"
49+
}

packages/clay-button/package.json

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,47 @@
11
{
2-
"name": "@clayui/button",
3-
"version": "3.116.0",
2+
"browserslist": [
3+
"extends browserslist-config-clay"
4+
],
5+
"dependencies": {
6+
"@clayui/icon": "^3.111.0",
7+
"classnames": "^2.2.6",
8+
"warning": "^4.0.3"
9+
},
410
"description": "ClayButton component",
5-
"license": "BSD-3-Clause",
6-
"repository": "https://github.com/liferay/clay",
711
"engines": {
812
"node": ">=0.12.0",
913
"npm": ">=3.0.0"
1014
},
11-
"main": "lib/index.js",
12-
"types": "lib/index.d.ts",
13-
"ts:main": "src/index.tsx",
15+
"exports": {
16+
".": {
17+
"require": "./lib/cjs/index.js",
18+
"import": "./lib/esm/index.js"
19+
}
20+
},
1421
"files": [
1522
"lib"
1623
],
17-
"scripts": {
18-
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
19-
"buildTypes": "tsc --project ./tsconfig.declarations.json",
20-
"test": "jest --config ../../jest.config.js"
21-
},
2224
"keywords": [
2325
"clay",
2426
"react"
2527
],
26-
"dependencies": {
27-
"@clayui/icon": "^3.111.0",
28-
"classnames": "^2.2.6",
29-
"warning": "^4.0.3"
30-
},
28+
"license": "BSD-3-Clause",
29+
"main": "./lib/cjs/index.js",
30+
"module": "./lib/esm/index.js",
31+
"name": "@clayui/button",
3132
"peerDependencies": {
3233
"@clayui/css": "3.x",
3334
"react": "^16.12.0",
3435
"react-dom": "^16.12.0"
3536
},
36-
"browserslist": [
37-
"extends browserslist-config-clay"
38-
]
39-
}
37+
"repository": "https://github.com/liferay/clay",
38+
"scripts": {
39+
"build": "cross-env NODE_ENV=production node ../../scripts/build.js",
40+
"buildTypes": "tsc --project ./tsconfig.declarations.json",
41+
"test": "jest --config ../../jest.config.js"
42+
},
43+
"ts:main": "src/index.tsx",
44+
"type": "module",
45+
"types": "./lib/index.d.ts",
46+
"version": "3.116.0"
47+
}

0 commit comments

Comments
 (0)