-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 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
63
{
"name": "@OpenGen/GenSQL.react",
"version": "0.0.2",
"dependencies": {
"@mantine/core": "^5.6.0",
"@mantine/hooks": "^5.6.0",
"highlight.js": "^11.6.0",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"ramda": "^0.28.0",
"react-vega": "^7.6.0",
"tabler-icons-react": "^1.55.0",
"use-editable": "^2.3.3",
"vega": "^5.28.0",
"vega-lite": "^5.18.0"
},
"peerDependencies": {
"@emotion/react": "^11.10.4",
"react": "^17.0",
"react-dom": "^17.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-onboarding": "^8.0.9",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/blocks": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-webpack5": "^8.0.9",
"@storybook/test": "^8.0.9",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"git-format-staged": "^3.0.0",
"husky": "^8.0.1",
"prettier": "2.7.1",
"storybook": "^8.0.9",
"typescript": "^4.9.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2"
},
"scripts": {
"clean": "scripts/clean.sh",
"format": "scripts/format.sh",
"lint": "scripts/lint.sh",
"prepare": "scripts/prepare.sh",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"files": [
"./dist"
]
}