mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
{
|
|
"name": "@discordjs/ui",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "vitest run --config ../../vitest.config.ts",
|
|
"build": "vite build",
|
|
"lint": "prettier --check . && cross-env TIMING=1 eslint src --ext .mjs,.js,.ts,.tsx --format=pretty",
|
|
"format": "prettier --write . && cross-env TIMING=1 eslint src --ext .mjs,.js,.ts,.tsx --fix --format=pretty",
|
|
"prepack": "yarn build && yarn lint",
|
|
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/ui/*'",
|
|
"release": "cliff-jumper",
|
|
"storybook": "ladle serve"
|
|
},
|
|
"type": "module",
|
|
"module": "./dist/ui.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"exports": {
|
|
"import": "./dist/ui.js",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"sideEffects": false,
|
|
"directories": {
|
|
"lib": "src"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"contributors": [
|
|
"Crawl <icrawltogo@gmail.com>",
|
|
"SpaceEEC <spaceeec@yahoo.com>",
|
|
"Vlad Frangu <kingdgrizzle@gmail.com>",
|
|
"Aura Román <kyradiscord@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/discordjs/discord.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/discordjs/discord.js/issues"
|
|
},
|
|
"homepage": "https://discord.js.org",
|
|
"dependencies": {
|
|
"ariakit": "^2.0.0-next.43",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@favware/cliff-jumper": "^2.0.0",
|
|
"@ladle/react": "^2.10.2",
|
|
"@react-icons/all-files": "^4.1.0",
|
|
"@types/node": "16.18.23",
|
|
"@types/react": "^18.0.31",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@unocss/reset": "^0.50.6",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"@vitest/coverage-c8": "^0.29.8",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.37.0",
|
|
"eslint-config-neon": "^0.1.41",
|
|
"eslint-formatter-pretty": "^5.0.0",
|
|
"prettier": "^2.8.7",
|
|
"typescript": "^5.0.3",
|
|
"unocss": "^0.50.6",
|
|
"vite": "^4.2.1",
|
|
"vite-plugin-dts": "^2.1.0",
|
|
"vitest": "^0.29.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.9.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|