Strip down the entire project
This commit is contained in:
parent
a0a02458b0
commit
7416341746
95 changed files with 647 additions and 43115 deletions
18
package.json
18
package.json
|
@ -13,19 +13,17 @@
|
|||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "20.5.7",
|
||||
"prettier": "3.0.3",
|
||||
"tsup": "7.2.0",
|
||||
"turbo": "1.10.13",
|
||||
"@changesets/cli": "^2.27.8"
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=7.0.0",
|
||||
"node": ">=14.0.0"
|
||||
"@types/node": "22.13.4",
|
||||
"prettier": "3.5.1",
|
||||
"tsup": "8.3.6",
|
||||
"turbo": "2.4.2",
|
||||
"@changesets/cli": "^2.28.0",
|
||||
"typescript": "^5.7.3"
|
||||
},
|
||||
"prettier": {
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"printWidth": 120
|
||||
}
|
||||
},
|
||||
"packageManager": "npm@10.9.2"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue