wip
This commit is contained in:
10
package.json
10
package.json
@@ -10,7 +10,11 @@
|
||||
"data:export": "node scripts/wordpress-export.js",
|
||||
"data:process": "node scripts/process-data.js",
|
||||
"data:analyze": "node scripts/analyze-export.js",
|
||||
"data:improve-mapping": "node scripts/improve-translation-mapping.js"
|
||||
"data:improve-mapping": "node scripts/improve-translation-mapping.js",
|
||||
"test": "vitest",
|
||||
"test:ui": "vitest --ui",
|
||||
"test:run": "vitest run",
|
||||
"test:coverage": "vitest run --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/cheerio": "^0.22.35",
|
||||
@@ -34,12 +38,14 @@
|
||||
"@types/node": "^22.19.3",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitest/ui": "^4.0.16",
|
||||
"autoprefixer": "^10.4.23",
|
||||
"eslint": "^9.17.0",
|
||||
"eslint-config-next": "15.1.0",
|
||||
"postcss": "^8.5.6",
|
||||
"sass": "^1.97.1",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"typescript": "^5.7.2"
|
||||
"typescript": "^5.7.2",
|
||||
"vitest": "^4.0.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user