UNPKG

@ribajs/core

Version:

Core module of Riba.js

103 lines 2.92 kB
{ "name": "@ribajs/core", "description": "Core module of Riba.js", "version": "2.0.0-rc.23", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "author": "Pascal Garber <pascal@artandcode.studio>", "contributors": [ "Michael Richards", "Luiz Américo Pereira Câmara" ], "url": "https://github.com/ribajs/riba/tree/master/packages/core", "main": "src/index.ts", "module": "src/index.ts", "source": "src/index.ts", "sass": "src/scss/index.scss", "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/ribajs/riba/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "git+https://github.com/ribajs/riba.git" }, "keywords": [ "Art+Code Studio", "Riba", "Rivets", "tinybind", "SPA", "TypeScript", "Browser" ], "scripts": { "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit", "build": "yarn run build:ts", "build:ts": "tsc", "build:browser": "yarn run webpack:browser", "clean": "rm -rf ./dist ./lib" }, "files": [ "/src", "/dist" ], "devDependencies": { "@babel/cli": "^7.27.2", "@babel/core": "^7.27.4", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/plugin-syntax-export-default-from": "^7.27.1", "@babel/plugin-transform-runtime": "^7.27.4", "@babel/plugin-transform-typescript": "^7.27.1", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@babel/runtime": "^7.27.6", "@babel/runtime-corejs3": "^7.27.6", "@jest/globals": "^30.0.0", "@ribajs/eslint-config": "^2.0.0-rc.23", "@ribajs/tsconfig": "^2.0.0-rc.23", "@ribajs/types": "^2.0.0-rc.23", "@types/core-js": "^2.5.8", "@types/jest": "^30.0.0", "@types/node": "^24.0.3", "babel-jest": "^30.0.0", "babel-loader": "^10.0.0", "babel-plugin-array-includes": "^2.0.3", "core-js": "^3.43.0", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "jest": "^29.7.0", "jest-config": "^30.0.0", "jest-extended": "^6.0.0", "prettier": "^3.5.3", "source-map-support": "^0.5.21", "ts-jest": "^29.4.0", "typescript": "5.8.3", "webpack": "^5.99.9", "webpack-cli": "^6.0.1", "webpack-glob-entry": "^2.1.1" }, "bugs": { "url": "https://github.com/ribajs/riba/issues" }, "homepage": "https://github.com/ribajs/riba#readme", "directories": { "lib": "lib" }, "dependencies": { "@ribajs/events": "^2.0.0-rc.23", "@ribajs/history": "^2.0.0-rc.23", "@ribajs/jsx": "^2.0.0-rc.23", "@ribajs/ssr": "^2.0.0-rc.23", "@ribajs/utils": "^2.0.0-rc.23" } }