@crossed/theme
Version:
unicons
49 lines • 1.07 kB
JSON
{
"name": "@crossed/theme",
"description": "unicons",
"version": "3.0.0",
"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",
"keywords": [
"React Native",
"React",
"Next.js",
"Expo",
"packager",
"typescript",
"javascript",
"android",
"ios",
"styling",
"css-in-js",
"design-system",
"uikit",
"icone",
"ui"
],
"devDependencies": {
"@crossed/build": "*",
"jest": "^29.6.3",
"tsconfig": "*",
"@crossed/styled": "^0.15.0"
},
"peerDependencies": {
"@crossed/styled": "^0.15.0"
},
"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"
}
}