@crossed/styled
Version:
A universal & performant styling library for React Native, Next.js & React
102 lines • 2.59 kB
JSON
{
"name": "@crossed/styled",
"description": "A universal & performant styling library for React Native, Next.js & React",
"version": "0.15.3",
"types": "lib/typescript/index.d.ts",
"typings": "lib/typescript/index.d.ts",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"react-native": "./src/index.ts",
"source": "./src/index.ts",
"keywords": [
"React Native",
"Next.js",
"Expo",
"React",
"packager",
"styling",
"css-in-js",
"typescript",
"javascript",
"components",
"android",
"ios",
"theme",
"responsive-styling",
"universal",
"ui",
"theming",
"generator"
],
"files": [
"lib/",
"src/"
],
"exports": {
"./package.json": "./package.json",
".": {
"require": "./lib/commonjs/index.js",
"import": "./lib/module/index.js",
"default": "./lib/module/index.js",
"react-native": "./module/index.ts",
"types": "./lib/typescript/index.d.ts"
},
"./registry": {
"require": "./lib/commonjs/Registry.js",
"import": "./lib/module/Registry.js",
"default": "./lib/module/Registry.js",
"react-native": "./module/Registry.ts",
"types": "./lib/typescript/Registry.d.ts"
},
"./plugins": {
"require": "./lib/commonjs/plugins/index.js",
"import": "./lib/module/plugins/index.js",
"default": "./lib/module/plugins/index.js",
"react-native": "./module/plugins/index.ts",
"types": "./lib/typescript/plugins/index.d.ts"
}
},
"typesVersions": {
"*": {
".": [
"./lib/typescript/index.d.ts"
],
"registry": [
"./lib/typescript/Registry.d.ts"
],
"plugins": [
"./lib/typescript/plugins/index.d.ts"
]
}
},
"devDependencies": {
"@crossed/build": "^0.5.0",
"@crossed/test": "0.14.0",
"@types/jest": "^29.5.13",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"csstype": "3.1.3",
"jest-bench": "^29.7.1",
"react": "^18.3.1",
"react-native": "=0.76.7",
"react-native-web": "^0.19.10",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"@crossed/core": "^0.9.0",
"ts-deepmerge": "^7.0.0"
},
"scripts": {
"clean": "rm -rf lib",
"type-check": "tsc --noEmit",
"test": "crossed-test",
"benchmark": "jest --projects ./node_modules/@crossed/test/src/jest-bench.config.ts",
"watch": "crossed-build --watch",
"build": "crossed-build"
}
}