@crossed/demo
Version:
A universal & performant styling library for React Native, Next.js & React
68 lines • 1.75 kB
JSON
{
"name": "@crossed/demo",
"description": "A universal & performant styling library for React Native, Next.js & React",
"version": "0.3.1",
"keywords": [
"React Native",
"Next.js",
"Expo",
"React",
"packager",
"styling",
"css-in-js",
"typescript",
"javascript",
"components",
"android",
"ios",
"theme",
"token",
"responsive-styling",
"design-system",
"universal"
],
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
"react-native": "src/index",
"source": "src/index",
"typings": "lib/typescript/index.d.ts",
"devDependencies": {
"@crossed/build": "*",
"@crossed/core": "*",
"@crossed/styled": "*",
"@crossed/unicons": "*",
"@types/react": "^18.2.21",
"@types/react-native": "^0.72.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"jest": "^29.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.3",
"react-native-web": "^0.19.7",
"tsconfig": "*"
},
"dependencies": {
"@crossed/primitive": "1.7.0",
"@crossed/ui": "*",
"@floating-ui/react": "^0.25.1",
"@gorhom/bottom-sheet": "^4.5.0",
"@gorhom/portal": "^1.0.14",
"fuse.js": "^6.6.2",
"react-aria": "^3.27.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "^3.5.1"
},
"files": [
"lib/",
"src/"
],
"scripts": {
"release": "release-it",
"clean": "rm -rf lib",
"watch": "crossed-build --watch --project-path ./tsconfig.build.json",
"build": "crossed-build --project-path ./tsconfig.build.json",
"dev:web": "cd example/native && yarn web --clear",
"type-check": "tsc --noEmit"
}
}