UNPKG

@teamsnap/teamsnap-ui

Version:

a CSS component library for TeamSnap

107 lines (106 loc) 3.15 kB
{ "name": "@teamsnap/teamsnap-ui", "version": "3.12.3", "description": "a CSS component library for TeamSnap", "main": "dist/js/index.js", "types": "dist/js/index.d.ts", "scripts": { "lint:js": "eslint src/js/ || true", "lint:css": "true", "lint": "yarn run lint:css && yarn run lint:js", "prepublishOnly": "yarn run lint && yarn run build", "start": "node_modules/.bin/gulp --gulpfile ./scripts/gulpfile.js", "build": "yarn run build:css && yarn run build:icons && yarn run build:js", "build:css": "node_modules/.bin/gulp build --gulpfile ./scripts/gulpfile.js", "build:icons": "NODE_ENV=production babel-node ./scripts/buildIcons.js", "build:js": "tsc", "deploy": "yarn run build:css", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook --quiet" }, "files": [ "dist", "src" ], "repository": { "type": "git", "url": "git+https://github.com/teamsnap/teamsnap-ui.git" }, "author": "TeamSnap Developers <oss@teamsnap.com>", "license": "MIT", "bugs": { "url": "https://github.com/teamsnap/teamsnap-ui/issues" }, "homepage": "https://github.com/teamsnap/teamsnap-ui#readme", "keywords": [ "css", "sass", "suit" ], "engines": { "node": ">=14.7.0" }, "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.5.4", "@babel/plugin-proposal-object-rest-spread": "^7.5.5", "@babel/plugin-transform-runtime": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", "@storybook/addon-actions": "^6.3.0", "@storybook/addon-docs": "^6.3.0", "@storybook/addon-knobs": "^6.2.9", "@storybook/react": "^6.3.0", "@types/node": "^12.6.2", "@types/react": "^16.8.23", "@whitespace/storybook-addon-html": "^5.0.0", "awesome-typescript-loader": "^5.0.0", "babel-eslint": "^8.2.3", "babel-loader": "^8.0.0", "babel-preset-react-app": "^9.0.0", "babel-register": "^6.26.0", "browser-sync": "^2.27.5", "css-loader": "^5.2.6", "del": "^3.0.0", "dotenv-webpack": "^7.0.3", "eslint": "^4.19.1", "eslint-plugin-react": "^7.14.3", "fs-extra": "^5.0.0", "glob": "^7.1.4", "gulp": "^4.0.2", "gulp-autoprefixer": "^8.0.0", "gulp-clean-css": "^4.3.0", "gulp-if": "^2.0.2", "gulp-sass": "^5.0.0", "gulp-util": "^3.0.8", "html-webpack-plugin": "^5.3.1", "object-path": ">=0.11.8", "prop-types": "^15.6.1", "react": "^17.0.1", "react-docgen-typescript-loader": "^3.1.0", "react-docgen-typescript-webpack-plugin": "^1.1.0", "react-dom": "^17.0.1", "sass": "^1.35.1", "sass-loader": "^10.1.1", "style-loader": "^2.0.0", "svgo": "^1.3.0", "typescript": "^4.0.3", "webpack": "4" }, "dependencies": { "@babel/node": "^7.5.5", "@babel/runtime": "^7.5.5", "core-js": "^3.1.4", "lodash": "^4.17.15" }, "peerDependencies": { "react": "^17.0.1" }, "resolutions": { "@types/react": "^16.8.23", "browserslist": "^4.16.5", "css-what": "^5.0.1", "glob-parent": "^5.1.2", "trim": "^0.0.3" } }