depfu[bot] 0149027cf8
Update vite to version 4.0.4 (#10356)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-01-19 08:03:33 -05:00

23 lines
471 B
JSON

{
"name": "@tailwindcss/integrations-vite",
"private": true,
"version": "0.0.0",
"main": "./src/index.js",
"browser": "./src/index.js",
"scripts": {
"build": "vite build",
"test": "jest --runInBand --forceExit"
},
"jest": {
"testTimeout": 10000,
"displayName": "vite",
"setupFilesAfterEnv": [
"<rootDir>/../../jest/customMatchers.js"
]
},
"devDependencies": {
"isomorphic-fetch": "^3.0.0",
"vite": "^4.0.4"
}
}