@haechi/flexile
Version:
```bash yarn add @haechi/flexile ```
39 lines (38 loc) • 889 B
JSON
{
"name": "@haechi/flexile",
"version": "1.5.1",
"main": "./dist/haechi-flexile.umd.js",
"types": "./dist/lib.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [
"flex",
"layout",
"ui",
"rycont",
"haechi"
],
"repository": "https://github.com/rycont/haechi-flexile",
"dependencies": {
"vite-plugin-dts": "^1.7.1"
},
"devDependencies": {
"@stitches/react": "^1.2.6",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"peerDependencies": {
"@stitches/react": "^1.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"packageManager": "yarn@4.0.0-rc.34"
}