ice/examples/with-vitest/package.json

27 lines
655 B
JSON

{
"name": "@examples/with-jest",
"private": true,
"version": "1.0.0",
"scripts": {
"start": "ice start",
"build": "ice build",
"test": "vitest"
},
"dependencies": {
"@ice/runtime": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@ice/app": "workspace:*",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.2",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitejs/plugin-react": "^1.3.2",
"jsdom": "^20.0.0",
"typescript": "^4.8.2",
"vitest": "^0.15.2"
}
}