-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
62 lines (62 loc) · 1.68 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
{
"name": "@caple-ui/icons-react",
"version": "0.1.10",
"author": "Cobalt. Inc.",
"license": "MIT",
"repository": "https://github.com/cobaltinc/caple-design-system/tree/master/packages/icons-react",
"bugs": "https://github.com/cobaltinc/caple-design-system/issues",
"files": [
"dist/**/*"
],
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"types": "dist/index.d.ts",
"keywords": [
"react",
"caple",
"caple-ui",
"caple-design-system",
"cobalt"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "yarn clean && node scripts/build.js && rollup -c -w",
"build": "yarn clean && node scripts/build.js && rollup -c",
"build:types": "tsc --emitDeclarationOnly",
"clean": "rimraf dist ./src/index.tsx",
"prepublish": "yarn build",
"lint": "tslint --project .",
"type-check": "tsc"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-strip": "1.3.2",
"@svgr/rollup": "5.2.0",
"@types/node": "13.1.8",
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
"rollup": "1.32.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-typescript2": "0.26.0",
"tsconfig-paths-webpack-plugin": "3.2.0",
"tslint": "6.0.0",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.2.0",
"typescript": "3.7.5"
},
"contributors": [
{
"name": "Lee Sun-Hyoup",
"email": "[email protected]"
}
],
"gitHead": "10050a192e1b48ccdb4625f80213a79b339b9af4"
}