UNPKG

oc-template-react-compiler

Version:
47 lines 1.13 kB
{ "name": "oc-template-react-compiler", "version": "10.0.1", "description": "Compiler for the React OC template", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" }, "repository": { "type": "git", "url": "https://github.com/opencomponents/vite-templates.git" }, "bugs": { "url": "https://github.com/opencomponents/vite-templates/issues" }, "homepage": "https://github.com/opencomponents/vite-templates#readme", "keywords": [ "oc", "opencomponents", "react", "oc-template" ], "author": { "name": "Ricardo Devis Agullo", "email": "mkredz@gmail.com" }, "license": "MIT", "dependencies": { "@vitejs/plugin-react": "^4.3.1", "oc-template-react": "^4.2.0", "oc-vite-compiler": "^5.0.0", "react": "18.2.0", "react-dom": "18.2.0" }, "files": [ "dist/**", "scaffold" ], "devDependencies": { "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "prettier": "^2.3.2", "prettier-config-guestline": "2.0.0" } }