@nlabs/gothamjs
Version:
Platform
129 lines (128 loc) • 3.79 kB
JSON
{
"name": "@nlabs/gothamjs",
"version": "0.16.2",
"description": "Platform",
"type": "module",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.js",
"browser": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./icons": {
"import": "./lib/icons/index.js",
"types": "./lib/icons/index.d.ts"
},
"./router": {
"import": "./lib/router/index.js",
"types": "./lib/router/index.d.ts"
},
"./form": {
"import": "./lib/form/index.js",
"types": "./lib/form/index.d.ts"
}
},
"keywords": [
"arkhamjs",
"documentation",
"flux",
"gothamjs",
"markdown",
"nitrogenlabs",
"react"
],
"author": {
"name": "Giraldo Rosales",
"email": "giraldo@nitrogenlabs.com",
"url": "http://nitrogenlabs.com"
},
"repository": {
"type": "git",
"url": "https://github.com/nitrogenlabs/gothamjs.git"
},
"homepage": "http://gothamjs.io",
"bugs": {
"url": "https://github.com/nitrogenlabs/gothamjs/issues"
},
"scripts": {
"build": "lex compile --remove --config ./tsconfig.build.json",
"build:dev": "NODE_ENV=development lex compile --remove --config ./tsconfig.build.json",
"clean": "lex clean",
"dev": "lex dev",
"lint": "lex lint --fix",
"prepublishOnly": "npm test && npm run build",
"publish:major": "npm version major && npm run publish:tags && npm publish",
"publish:minor": "npm version minor && npm run publish:tags && npm publish",
"publish:patch": "npm version patch && npm run publish:tags && npm publish",
"publish:tags": "git push --tags && git push origin HEAD",
"start": "lex dev -r -o",
"test": "lex test",
"update": "lex update --interactive",
"watch": "lex compile -w",
"storybook": "lex storybook",
"tailwind:build": "npx tailwindcss --cwd ./src -i ./styles/tailwind.css -o ./styles/index.css",
"tailwind:watch": "npx tailwindcss --cwd ./src -i ./styles/tailwind.css -o ./styles/index.css --watch"
},
"browserslist": [
"> 5%",
"last 2 versions"
],
"dependencies": {
"@date-io/luxon": "3.2.0",
"@headlessui/react": "^2.2.7",
"@hookform/resolvers": "^5.2.1",
"@nlabs/rip-hunter": "^3.0.2",
"@nlabs/utils": "^2.8.4",
"autosuggest-highlight": "^3.3.4",
"cropperjs": "^2.0.1",
"hast-util-sanitize": "5.0.2",
"highlight.js": "^11.11.1",
"history": "^5.3.0",
"i18next": "^25.3.2",
"lucide-react": "^0.536.0",
"luxon": "^3.7.1",
"react-autosuggest": "^10.1.0",
"react-cropper": "^2.3.3",
"react-hook-form": "^7.61.1",
"react-i18next": "^15.6.1",
"react-markdown": "^10.1.0",
"react-router": "^7.7.1",
"react-tag-autocomplete": "^7.5.0",
"react-transition-group": "^4.4.5",
"rehype-react": "^8.0.0",
"zod": "^4.0.14"
},
"devDependencies": {
"@nlabs/arkhamjs": "^3.31.7",
"@nlabs/arkhamjs-middleware-logger": "^3.30.4",
"@nlabs/arkhamjs-storage-browser": "^3.30.4",
"@nlabs/arkhamjs-utils-react": "^3.32.5",
"@nlabs/lex": "1.49.3",
"@types/history": "^5.0.0",
"@types/jest": "^30.0.0",
"@types/luxon": "^3.7.1",
"@types/node": "^24.1.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2"
},
"peerDependencies": {
"@nlabs/arkhamjs": "^3.31.4",
"@nlabs/arkhamjs-middleware-logger": "^3.30.2",
"@nlabs/arkhamjs-storage-browser": "^3.30.1",
"@nlabs/arkhamjs-utils-react": "^3.32.3",
"react": "*",
"react-dom": "*"
},
"overrides": {
"react": "^19.1.1",
"react-dom": "^19.1.1"
}
}