forked from styled-components/styled-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 829 Bytes
/
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
{
"name": "styled-components-project",
"private": true,
"scripts": {
"build": "yarn workspace styled-components build",
"postbuild": "cp README.md packages/styled-components/",
"postinstall": "yarn workspace styled-components generateErrors",
"prettier": "yarn workspace styled-components prettier:check",
"size": "yarn workspace styled-components size",
"test": "yarn workspace styled-components test"
},
"author": "Glen Maddern",
"license": "MIT",
"bugs": {
"url": "https://github.com/styled-components/styled-components/issues"
},
"homepage": "https://styled-components.com",
"workspaces": [
"packages/*"
],
"engines": {
"node": ">= 14"
},
"resolutions": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0"
},
"packageManager": "[email protected]"
}