UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

130 lines (129 loc) 3.94 kB
{ "name": "decentraland-ui", "version": "7.1.0", "description": "Decentraland's UI components and styles", "main": "lib/index.js", "module": "dist/index.js", "typings": "lib/index.d.ts", "scripts": { "test": "jest", "start": "./node_modules/.bin/storybook dev -p 6006", "build": "npm run build:lib && npm run build:dist ", "build:lib": "rimraf lib && ./node_modules/.bin/webpack --config webpack.config.js", "build:storybook": "./node_modules/.bin/storybook build && cp ./static/* ./storybook-static && node postbuild", "build:dist": "rimraf dist && tsc -p . -d --outDir dist --declarationDir dist --sourceMap false --skipLibCheck && postcss --base src --dir dist 'src/**/*.css'", "check:prettier": "prettier -c 'src/**/*.{js,ts,json,yml,md,tsx,html,css}'", "check:code": "eslint . --max-warnings=0", "fix:code": "npm run check:code -- --fix", "fix:prettier": "prettier --write ./src", "semantic-release": "semantic-release", "commitmsg": "validate-commit-msg" }, "repository": { "type": "git", "url": "https://github.com/decentraland/ui.git" }, "keywords": [ "decentraland", "ui", "react", "semantic-ui", "components", "styles", "themes" ], "author": "Decentraland", "license": "MIT", "bugs": { "url": "https://github.com/decentraland/ui/issues" }, "homepage": "https://github.com/decentraland/ui#readme", "devDependencies": { "@storybook/addon-a11y": "^7.6.20", "@storybook/addon-essentials": "^7.6.20", "@storybook/addon-storysource": "^7.6.20", "@storybook/builder-webpack5": "^7.6.20", "@storybook/react-webpack5": "^7.6.20", "@storybook/source-loader": "^7.6.20", "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.1", "@types/deep-equal": "^1.0.1", "@types/jest": "^28.1.3", "@types/node": "^17.0.45", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "4.26.0", "@typescript-eslint/parser": "4.26.0", "autoprefixer": "^10.4.16", "babel-loader": "^8.3.0", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.8.1", "cssnano": "^6.0.1", "eslint": "7.28.0", "eslint-config-prettier": "8.3.0", "file-loader": "^6.2.0", "jest": "^28.1.3", "jest-environment-jsdom": "^28.1.3", "mini-css-extract-plugin": "^2.7.6", "postcss": "^8.4.32", "postcss-assets": "^6.0.0", "postcss-cli": "^10.1.0", "postcss-copy": "^7.1.0", "postcss-loader": "^7.3.3", "postcss-preset-env": "^9.3.0", "postcss-svg": "^3.0.0", "prettier": "^2.3.1", "react": "^18.0.0", "react-dom": "^18.0.0", "rimraf": "^5.0.5", "semantic-release": "^15.13.24", "storybook": "^7.6.20", "style-loader": "^3.3.3", "ts-jest": "^28.0.8", "ts-loader": "^9.5.1", "typescript": "^4.6.4", "url-loader": "^4.1.1", "webpack": "^5.89.0", "webpack-cli": "^5.1.4" }, "dependencies": { "@dcl/schemas": "^20.4.0", "@dcl/ui-env": "^1.5.1", "balloon-css": "^0.5.0", "classnames": "^2.3.2", "dayjs": "^1.11.10", "deep-equal": "^2.0.5", "ethereum-blockies": "^0.1.1", "events": "^3.3.0", "fp-future": "^1.0.1", "mitt": "^3.0.1", "parallax-js": "^3.1.0", "react-responsive": "^9.0.0-beta.3", "react-semantic-ui-datepickers": "^2.17.2", "react-tile-map": "^0.4.1", "recharts": "^2.3.2", "semantic-ui-css": "^2.4.1", "semantic-ui-react": "^2.1.5", "uuid": "^9.0.1" }, "engines": { "node": "20" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "publishConfig": { "provenance": true } }