-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
91 lines (91 loc) · 2.65 KB
/
package.json
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
83
84
85
86
87
88
89
90
91
{
"name": "@carbon/ibmdotcom-utilities",
"description": "Carbon for IBM.com Utilities",
"version": "2.16.2",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/carbon-design-system/carbon-for-ibm-dotcom",
"bugs": "https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues",
"exports": {
".": {
"import": "./es/index.js",
"require": "./lib/index.js"
},
"./es": "./es/index.js",
"./es/": "./es/",
"./lib": "./lib/index.js",
"./lib/": "./lib/",
"./umd/": "./umd/",
"./package.json": "./package.json"
},
"files": [
"lib/**/*",
"es/**/*",
"umd/**/*",
"telemetry.yml"
],
"keywords": [
"carbon",
"ibm",
"carbon-design-system",
"components"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn clean && node scripts/build.js",
"ci-check": "yarn build && yarn test",
"clean": "rimraf es lib umd",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"jsdoc": "rimraf docs && jsdoc -c ./jsdoc.json ./README.md",
"postinstall": "ibmtelemetry --config=telemetry.yml",
"prepublish": "yarn build",
"test": "jest"
},
"dependencies": {
"@ibm/telemetry-js": "^1.5.0",
"axios": "^1.6.8",
"isomorphic-dompurify": "0.27.0",
"js-cookie": "^2.2.1",
"marked": "^4.0.10",
"striptags": "^3.2.0",
"window-or-global": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "~7.12.0",
"@babel/core": "~7.12.0",
"@babel/plugin-proposal-export-default-from": "~7.12.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-class-properties": "~7.22.5",
"@babel/plugin-transform-export-namespace-from": "~7.22.11",
"@babel/preset-env": "~7.23.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-terser": "^0.4.0",
"all-contributors-cli": "^6.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.0.0",
"babel-plugin-dev-expression": "^0.2.1",
"babel-polyfill": "^6.26.0",
"browserslist-config-carbon": "10.6.1",
"chalk": "^4.1.1",
"cli-table": "^0.3.0",
"gzip-size": "^5.0.0",
"jest": "25.5.4",
"jest-circus": "25.5.4",
"jsdoc": "^3.6.10",
"object-assign": "^4.1.1",
"promise": "^8.0.1",
"rimraf": "^3.0.0",
"rollup": "^2.55.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-sizes": "^1.0.4",
"whatwg-fetch": "^2.0.3"
}
}