mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 20:58:34 +01:00
25 lines
590 B
JSON
25 lines
590 B
JSON
{
|
|
"name": "test-preact",
|
|
"private": true,
|
|
"version": "2.33.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-preact": "2.33.0",
|
|
"preact": "^10.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-react-jsx": "^7.20.7",
|
|
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
|
|
"@preact/preset-vite": "^2.4.0",
|
|
"babel-plugin-transform-hook-names": "^1.0.2",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|