You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
carbon/package.json

109 lines
3.1 KiB
JSON

{
"name": "carbon",
"version": "4.7.24",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test:e2e": "npm run cy:run --",
"deploy": "now -S carbon-app",
"prettier": "prettier --config .prettierrc --write {.,components,lib,pages}/*.js {components,lib,pages}/**/*.js",
"lint": "eslint .",
"contrib:add": "all-contributors add",
"contrib:build": "all-contributors generate",
"cy:run": "cypress run --config-file cypress/config.json",
"cy:open": "cypress open --config-file cypress/config.json",
"preinstall": "node ./node_modules/use-climate-change-reminder/index.js || exit 0"
},
"dependencies": {
"@next/bundle-analyzer": "^10.0.0",
"@reach/visually-hidden": "^0.11.1",
"actionsack": "^0.0.13",
"axios": "^0.21.0",
"cm-show-invisibles": "^3.1.0",
"codemirror": "5.58.2",
"codemirror-graphql": "^0.12.3",
"codemirror-mode-elixir": "^1.1.2",
"codemirror-solidity": "^0.2.3",
"date-fns": "^2.16.1",
"dom-to-image": "^2.6.0",
"downshift": "^6.0.6",
"dropperx": "^1.0.1",
"eitherx": "^1.0.2",
"email-validator": "^2.0.4",
"escape-goat": "^3.0.0",
"firebase": "^8.0.0",
"graphql": "^15.4.0",
"highlight.js": "^10.3.1",
"kind-of": "^6.0.3",
"lodash": "^4.17.20",
"lodash.debounce": "^4.0.8",
"lodash.omitby": "^4.6.0",
"match-sorter": "^5.0.0",
"morphmorph": "^0.1.3",
"ms": "^2.1.2",
"next": "^10.0.0",
"next-offline": "^5.0.2",
"prettier": "^2.1.2",
"react": "^17.0.1",
"react-click-outside": "^3.0.0",
"react-codemirror2": "^7.2.1",
"react-color": "^2.18.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^17.0.1",
"react-image-crop": "^6.0.16",
"react-mailchimp-subscribe": "^2.1.0",
"react-stripe-elements": "^6.1.2",
"react-syntax-highlight": "^15.3.1",
"tohash": "^1.0.2",
"use-climate-change-reminder": "^0.0.7"
},
"devDependencies": {
"@applitools/eyes-cypress": "^3.15.3",
"all-contributors-cli": "^6.19.0",
"babel-eslint": "^10.1.0",
"cypress": "^5.5.0",
"eslint": "^7.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.0",
"now": "^20.1.2",
"now-release": "^0.0.2",
"wait-on": "^5.2.0"
},
"engines": {
"node": "12.x"
},
"lint-staged": {
"*.js": [
"npm run lint",
"prettier --config .prettierrc --write"
],
".all-contributorsrc": [
"npm run contrib:build"
]
},
"description": "Create and share beautiful images of your source code",
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-app/carbon.git"
},
"bugs": {
"url": "https://github.com/carbon-app/carbon/issues"
},
"homepage": "https://carbon.now.sh",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/carbon-app"
}
}