UNPKG

isometric-react

Version:

Isometric styling library made in React with as much flexibility over customization as possible. Rewrite of https://morgancaron.github.io/IsometricSass/ .

47 lines (46 loc) 1.33 kB
{ "name": "isometric-react", "description": "Isometric styling library made in React with as much flexibility over customization as possible. Rewrite of https://morgancaron.github.io/IsometricSass/ .", "version": "1.1.5", "private": false, "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "isometric", "react", "styled-components", "tsc", "typescript" ], "dependencies": { "@types/node": "^16.7.13", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/styled-components": "^5.1.25", "styled-components": "^5.3.5", "typescript": "^4.4.2" }, "devDependencies": { "copyfiles": "^2.4.1", "rimraf": "^3.0.2" }, "scripts": { "start": "react-scripts start", "build": "yarn clean && yarn build:cjs && yarn build:esm && yarn copyfiles", "build:esm": "tsc --module es6 --outdir ./dist/esm/", "build:cjs": "tsc --module commonjs --outdir ./dist/", "clean": "rimraf dist/", "eject": "react-scripts eject", "prepublish": "tsc", "deploy": "npm publish --access public" }, "repository": { "type": "git", "url": "https://github.com/JaViLuMa/isometric-react.git" }, "prepublish": "tsc", "files": [ "/dist", "package.json" ] }