@contentful/f36-icons 5.0.0-alpha.41 → 5.0.0-alpha.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/package.json +43 -0
- package/dist/esm/package.json +43 -0
- package/package.json +1 -1
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@contentful/f36-icons",
|
|
3
|
+
"version": "5.0.0-alpha.41",
|
|
4
|
+
"description": "Forma 36: Icon components",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"type": "commonjs",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"build": "npm run build:clean && tsx scripts/preBuild.mts && npm run build:dual",
|
|
13
|
+
"build:clean": "rm -rf ./dist",
|
|
14
|
+
"build:dual": "tsc -p . && tsc -p ./tsconfig.cjs.json && tsconfig-to-dual-package"
|
|
15
|
+
},
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@contentful/f36-core": "^4.67.3",
|
|
18
|
+
"@contentful/f36-icon-alpha": "npm:@contentful/f36-icon@5.0.0-alpha.20",
|
|
19
|
+
"@contentful/f36-tokens": "^4.0.1",
|
|
20
|
+
"@phosphor-icons/react": "^2.1.4",
|
|
21
|
+
"emotion": "^10.0.17"
|
|
22
|
+
},
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"react": ">=16.8",
|
|
25
|
+
"react-dom": ">=16.8"
|
|
26
|
+
},
|
|
27
|
+
"browserslist": "extends @contentful/browserslist-config",
|
|
28
|
+
"repository": {
|
|
29
|
+
"type": "git",
|
|
30
|
+
"url": "git+https://github.com/contentful/forma-36.git"
|
|
31
|
+
},
|
|
32
|
+
"publishConfig": {
|
|
33
|
+
"registry": "https://npm.pkg.github.com/",
|
|
34
|
+
"access": "public"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"tsconfig-to-dual-package": "^1.2.0",
|
|
38
|
+
"tsx": "^4.7.2"
|
|
39
|
+
},
|
|
40
|
+
"engines": {
|
|
41
|
+
"node": ">=16"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@contentful/f36-icons",
|
|
3
|
+
"version": "5.0.0-alpha.41",
|
|
4
|
+
"description": "Forma 36: Icon components",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"type": "module",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"build": "npm run build:clean && tsx scripts/preBuild.mts && npm run build:dual",
|
|
13
|
+
"build:clean": "rm -rf ./dist",
|
|
14
|
+
"build:dual": "tsc -p . && tsc -p ./tsconfig.cjs.json && tsconfig-to-dual-package"
|
|
15
|
+
},
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@contentful/f36-core": "^4.67.3",
|
|
18
|
+
"@contentful/f36-icon-alpha": "npm:@contentful/f36-icon@5.0.0-alpha.20",
|
|
19
|
+
"@contentful/f36-tokens": "^4.0.1",
|
|
20
|
+
"@phosphor-icons/react": "^2.1.4",
|
|
21
|
+
"emotion": "^10.0.17"
|
|
22
|
+
},
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"react": ">=16.8",
|
|
25
|
+
"react-dom": ">=16.8"
|
|
26
|
+
},
|
|
27
|
+
"browserslist": "extends @contentful/browserslist-config",
|
|
28
|
+
"repository": {
|
|
29
|
+
"type": "git",
|
|
30
|
+
"url": "git+https://github.com/contentful/forma-36.git"
|
|
31
|
+
},
|
|
32
|
+
"publishConfig": {
|
|
33
|
+
"registry": "https://npm.pkg.github.com/",
|
|
34
|
+
"access": "public"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"tsconfig-to-dual-package": "^1.2.0",
|
|
38
|
+
"tsx": "^4.7.2"
|
|
39
|
+
},
|
|
40
|
+
"engines": {
|
|
41
|
+
"node": ">=16"
|
|
42
|
+
}
|
|
43
|
+
}
|