@ultraviolet/plus
Version:
Ultraviolet Plus
99 lines • 2.63 kB
JSON
{
"name": "@ultraviolet/plus",
"version": "4.0.0",
"description": "Ultraviolet Plus",
"keywords": [
"react",
"reactjs",
"ui"
],
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/scaleway/ultraviolet.git",
"directory": "packages/plus"
},
"os": [
"darwin",
"linux"
],
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"./styles": "./dist/plus.css"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@uiw/codemirror-extensions-langs": "4.25.8",
"@uiw/codemirror-theme-material": "4.25.8",
"@uiw/react-codemirror": "4.25.8",
"@vanilla-extract/css": "1.18.0",
"@vanilla-extract/dynamic": "2.1.5",
"@vanilla-extract/recipes": "0.5.7",
"@vanilla-extract/vite-plugin": "5.2.1",
"codemirror": "6.0.2",
"csstype": "3.2.3",
"react-intersection-observer": "10.0.3",
"@ultraviolet/icons": "5.3.0",
"@ultraviolet/themes": "3.1.3",
"@ultraviolet/ui": "3.13.0",
"@ultraviolet/utils": "1.0.8"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@types/node": "24.12.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"vite": "8.0.3",
"@repo/config": "0.0.4",
"@ultraviolet/illustrations": "6.0.14",
"@utils/test": "0.0.1"
},
"peerDependencies": {
"react": "18.x || 19.x",
"react-dom": "18.x || 19.x"
},
"size-limit": [
{
"path": [
"dist/**/*.js",
"!*.d.ts",
"!*.cjs"
],
"limit": "500 kB",
"webpack": false,
"brotli": true,
"running": false
}
],
"engines": {
"node": ">=18.x",
"pnpm": ">=9.x"
},
"scripts": {
"build": "vite build --config vite.config.ts && pnpm run type:generate",
"build:profile": "npx vite-bundle-visualizer -c vite.config.ts",
"lintpublish": "publint",
"size": "size-limit",
"test:unit": "LC_ALL=en_US.UTF-8 pnpm vitest --run --config vitest.config.ts",
"test:unit:coverage": "pnpm test:unit --coverage",
"type:generate": "tsgo --declaration -p tsconfig.build.json",
"typecheck": "tsgo --noEmit",
"watch": "pnpm run '/^watch:.*/'",
"watch:build": "vite build --config vite.config.ts --watch"
}
}