-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
100 lines (100 loc) · 2.96 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@vtexdocs/components",
"publishConfig": {
"access": "public"
},
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.22.18"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"require": "./dist/index.mjs",
"style": "./dist/index.css"
},
"./styles": "./dist/index.css",
"./styles.css": "./dist/index.css",
"./dist/index.css": "./dist/index.css"
},
"version": "6.0.0",
"description": "",
"repository": "https://github.com/vtexdocs/components",
"scripts": {
"build": "rm -rf ./dist && tsup",
"lint": "npx eslint . --ext .ts,.tsx",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"release": "standard-version"
},
"author": "Vtex",
"license": "MIT",
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@vtex/brand-ui": "^0.46.1",
"copy-text-to-clipboard": "^3.0.1",
"html-react-parser": "^3.0.15",
"mermaid": "^10.1.0",
"next": "13.2.4",
"next-mdx-remote": "^4.1.0",
"react-animate-height": "^3.0.4",
"react-cookie-consent": "^9.0.0",
"react-dom": "18.2.0",
"react-instantsearch-dom": "^6.37.0",
"react-intersection-observer": "^9.5.2",
"react-router-dom": "^6.15.0",
"react-share": "^5.1.0",
"react-svg-pan-zoom": "^3.12.1",
"search-insights": "^2.3.0",
"standard-version": "^9.5.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.2",
"@storybook/nextjs": "^7.5.2",
"@storybook/react": "^7.5.2",
"@storybook/react-webpack5": "^7.5.2",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^18.2.2",
"@types/react-instantsearch-core": "^6.26.5",
"@types/react-instantsearch-dom": "^6.12.3",
"@types/react-router-hash-link": "^2.4.6",
"@types/react-svg-pan-zoom": "^3.3.5",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vtex/prettier-config": "^1.0.0",
"algoliasearch": "^4.14.2",
"autoprefixer": "^10.4.15",
"esbuild-sass-plugin": "^2.15.0",
"eslint": "^7.32.0",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8.4.29",
"prettier": "^2.5.1",
"react": "^18.2.0",
"storybook": "^7.5.2",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"tsup": "^7.2.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"next": "13.2.4",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-share": "^5.0.3"
}
}