Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 12, 2024
1 parent dd001be commit 1c4ea16
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name":"vtex-sdk-docs",
"version":"0.0.1",
"private":true,
"scripts":{
"start":"docusaurus start",
"build":"docusaurus build",
"serve":"docusaurus serve"
},
"dependencies":{
"@docusaurus/core":"^2.0.0",
"@docusaurus/preset-classic":"^2.0.0"
},
"browserslist":{
"production":[
">0.2%",
"not dead",
"not op_mini all"
],
"development":[
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
"name": "vtex-sdk-docs",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "^2.0.0",
"@docusaurus/preset-classic": "^2.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

0 comments on commit 1c4ea16

Please sign in to comment.