-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.36 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
{
"name": "@ceteio/chakra-capsize",
"version": "1.2.0",
"description": "Chakra Text & Heading components with whitespace trimmed",
"main": "dist/ceteio-chakra-capsize.cjs.js",
"module": "dist/ceteio-chakra-capsize.esm.js",
"author": "Jess Telford <[email protected]>",
"license": "MIT",
"files": [
"dist",
"theme",
"CHANGELOG.md",
"package.json",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/ceteio/chakra-capsize.git"
},
"scripts": {
"build": "preconstruct build",
"release": "yarn build && changeset version && echo \"Note the new version in package.json, revert the change there, commit the changelog, then run 'yarn np'\""
},
"preconstruct": {
"entrypoints": [
"index.js",
"theme.js"
]
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@capsizecss/core": "^3.0.0",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@chakra-ui/react": "^1.7.1",
"@changesets/cli": "^2.18.1",
"@preconstruct/cli": "^2.1.5",
"np": "^7.6.0",
"react": "^16.7.0"
},
"peerDependencies": {
"@chakra-ui/react": "^1.7.1",
"react": "^16.7.0"
}
}