forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "@carbon/type",
"description": "Typography for digital and software products using the Carbon Design System",
"version": "10.9.3",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/type",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"files": [
"es",
"lib",
"scss",
"src",
"umd"
],
"keywords": [
"eyeglass-module",
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn clean && bundler bundle src/index.js --name CarbonType && bundler sassdoc \"scss/**/*.scss\" -i \"**/{_inlined,vendor}**\" && bundler inline && bundler check \"scss/*.scss\"",
"clean": "rimraf css es lib umd scss/_inlined scss/vendor"
},
"dependencies": {
"@carbon/import-once": "^10.3.0",
"@carbon/layout": "^10.8.2"
},
"devDependencies": {
"@carbon/bundler": "^10.6.0",
"@carbon/test-utils": "^10.7.1",
"change-case": "^4.1.1",
"rimraf": "^3.0.0"
},
"eyeglass": {
"exports": false,
"name": "@carbon/type",
"sassDir": "scss",
"needs": "^1.3.0"
}
}