-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
143 lines (143 loc) · 4.01 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "devportal",
"version": "1.16.6",
"private": true,
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.22.18"
},
"scripts": {
"predev": "./getPEM.sh",
"dev": "next dev",
"prebuild": "./getPEM.sh",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"format": "prettier --write \"src/**/*.{ts,js,tsx,jsx,json}\"",
"lint": "next lint",
"postinstall": "husky install",
"cz-commit": "cz",
"release": "standard-version",
"index": "chmod +x ./algolia/scripts/scraper.sh && ./algolia/scripts/scraper.sh",
"cypress": "cypress open"
},
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@faststore/api": "^3.0.0",
"@faststore/sdk": "^3.0.0",
"@faststore/ui": "^3.1.0",
"@highlightjs/cdn-assets": "^11.7.0",
"@lit-labs/nextjs": "^0.1.1",
"@openreplay/tracker": "^5.0.1",
"@plaiceholder/next": "^2.5.0",
"@types/http-proxy": "^1.17.9",
"@types/probe-image-size": "^7.2.0",
"@types/react-svg-pan-zoom": "^3.3.5",
"@types/uuid": "^9.0.0",
"@vtex/brand-ui": "^0.46.1",
"@vtexdocs/components": "https://github.com/vtexdocs/components.git#v2.4.0",
"algoliasearch": "^4.14.2",
"chalk": "^5.2.0",
"copy-text-to-clipboard": "^3.0.1",
"googleapis": "^39.2.0",
"highlight.js": "^11.6.0",
"highlightjs-curl": "^1.3.0",
"html-react-parser": "^3.0.15",
"http-proxy": "^1.18.1",
"httpsnippet": "^2.0.0",
"jsonpath": "^1.1.1",
"marked": "^4.3.0",
"mermaid": "^10.1.0",
"next": "13.2.4",
"next-auth": "^4.22.1",
"next-mdx-remote": "^4.1.0",
"next-plugin-preval": "^1.2.4",
"next-sitemap": "^3.1.42",
"node-fetch": "^3.2.10",
"oas": "^20.4.0",
"octokit": "^2.0.7",
"plaiceholder": "^2.5.0",
"prismjs": "^1.29.0",
"probe-image-size": "^7.2.3",
"rapidoc": "^9.2.0",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-animate-height": "^3.0.4",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^18.2.0",
"react-instantsearch-dom": "^6.37.0",
"react-intersection-observer": "^9.2.2",
"react-markdown": "^8.0.3",
"react-paginate": "^8.2.0",
"react-share": "^5.1.1",
"react-simple-code-editor": "^0.13.1",
"react-svg-pan-zoom": "^3.12.1",
"react-toastify": "^9.1.1",
"reakit": "^1.3.11",
"rehype-highlight": "^5.0.2",
"rehype-img-size": "^1.0.1",
"remark-gfm": "^3.0.1",
"remark-prism": "^1.3.6",
"sass": "^1.63.6",
"search-insights": "^2.3.0",
"sharp": "^0.32.0",
"swagger-parser": "^10.0.3",
"swr": "^1.3.0",
"tree-sitter": "^0.20.6",
"unist-builder": "^3.0.1",
"unist-util-visit": "^4.1.1",
"use-yarn": "^2.4.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@types/jsonpath": "^0.2.0",
"@types/node": "17.0.21",
"@types/prismjs": "^1.26.0",
"@types/react": "17.0.39",
"@types/react-instantsearch-dom": "^6.12.3",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vtex/prettier-config": "^1.0.0",
"@vtex/tsconfig": "^0.6.0",
"clipboardy": "^3.0.0",
"cypress": "12.5.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-config-vtex-react": "^8.2.1",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"i": "^0.3.7",
"lint-staged": "^12.3.5",
"prettier": "^2.5.1",
"standard-version": "^9.3.2",
"typescript": "^4.6.2"
},
"overrides": {
"next-plugin-preval": {
"next": "$next"
}
},
"lint-staged": {
"*.{ts,js,tsx,jsx}": [
"eslint --fix",
"prettier --write"
],
"*.json": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"resolutions": {
"next": "13.0.5",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}