mirror of
https://github.com/tauri-apps/create-tauri-app.git
synced 2026-01-31 00:45:16 +01:00
16 lines
373 B
JSON
16 lines
373 B
JSON
{
|
|
"scripts": {
|
|
"format": "prettier --write --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json,vue}\"",
|
|
"format:check": "prettier --check --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json,vue}\""
|
|
},
|
|
"dependencies": {
|
|
"prettier": "2.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"covector": "0.7.3"
|
|
},
|
|
"resolutions": {
|
|
"undici": ">=5.8.2"
|
|
}
|
|
}
|