2023-02-10 02:45:05 +00: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.1.1"
}
}