-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.5 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
{
"name": "chakra-ui-prose",
"version": "1.0.0",
"private": true,
"description": "A custom Chakra UI component that adds ready-made styles for rendering remote HTML content.",
"keywords": [
"react",
"chakra-ui",
"component",
"prose",
"typography"
],
"author": "Lazar Nikolov <[email protected]>",
"license": "MIT",
"files": [
"dist",
"packages"
],
"workspaces": {
"packages": [
"packages/*",
"apps/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikolovlazar/chakra-ui-prose.git"
},
"bugs": {
"url": "https://github.com/nikolovlazar/chakra-ui-prose/issues"
},
"homepage": "https://github.com/nikolovlazar/chakra-ui-prose#readme",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"release": "changeset publish"
},
"peerDependencies": {
"@chakra-ui/react": ">=1.8.6",
"@chakra-ui/system": ">=1.11.2",
"react": ">=17.0.2"
},
"devDependencies": {
"@chakra-ui/react": "latest",
"@chakra-ui/system": "latest",
"@types/react": "latest",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"react": "latest",
"ts-node": "^10.7.0",
"turbo": "^1.1.9",
"typescript": "^4.6.2"
}
}