mirror of https://github.com/sgoudham/carbon.git
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.
110 lines
3.1 KiB
JSON
110 lines
3.1 KiB
JSON
{
|
|
"name": "carbon",
|
|
"description": "Create and share beautiful images of your source code",
|
|
"version": "4.8.5",
|
|
"license": "MIT",
|
|
"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",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"test:e2e": "npm run cy:run --",
|
|
"deploy": "vercel -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 2> /dev/null || exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@next/bundle-analyzer": "^12.0.7",
|
|
"@reach/visually-hidden": "^0.16.0",
|
|
"actionsack": "^0.0.15",
|
|
"axios": "^0.24.0",
|
|
"chrome-aws-lambda": "^8.0.2",
|
|
"cm-show-invisibles": "^3.1.0",
|
|
"codemirror": "5.65.1",
|
|
"codemirror-graphql": "^1.2.11",
|
|
"codemirror-mode-elixir": "^1.1.2",
|
|
"codemirror-solidity": "^0.2.3",
|
|
"date-fns": "^2.27.0",
|
|
"downshift": "^6.1.7",
|
|
"dropperx": "^1.0.1",
|
|
"eitherx": "^1.0.3",
|
|
"email-validator": "^2.0.4",
|
|
"escape-goat": "^3.0.0",
|
|
"firebase": "^8.9.1",
|
|
"graphql": "^16.1.0",
|
|
"highlight.js": "^10.7.2",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.omitby": "^4.6.0",
|
|
"match-sorter": "^6.3.1",
|
|
"morphmorph": "^0.1.3",
|
|
"ms": "^2.1.3",
|
|
"next": "^12.0.7",
|
|
"next-pwa": "^3.1.0",
|
|
"prettier": "^2.5.1",
|
|
"puppeteer-core": "^9.0.0",
|
|
"react": "^17.0.2",
|
|
"react-click-outside": "^3.0.0",
|
|
"react-codemirror2": "^7.2.1",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "^17.0.2",
|
|
"react-image-crop": "^6.0.16",
|
|
"react-mailchimp-subscribe": "^2.1.3",
|
|
"tohash": "^1.0.2",
|
|
"use-climate-change-reminder": "^0.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@applitools/eyes-cypress": "^3.23.4",
|
|
"@babel/eslint-parser": "^7.16.5",
|
|
"all-contributors-cli": "^6.20.0",
|
|
"cypress": "^9.1.1",
|
|
"eslint": "^8.4.1",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-react": "^7.27.1",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"husky": "^4.3.8",
|
|
"lint-staged": "^11.2.3",
|
|
"now-release": "^0.0.2",
|
|
"vercel": "^23.1.2",
|
|
"wait-on": "^6.0.0"
|
|
},
|
|
"resolutions": {
|
|
"@grpc/grpc-js": "^1.4.4",
|
|
"acorn": "^8.6.0",
|
|
"glob-parent": "^6.0.2",
|
|
"kind-of": "^6.0.3",
|
|
"lodash": "^4.17.2",
|
|
"serialize-javascript": "^6.0.0",
|
|
"sharp": "^0.29.3"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"npm run lint",
|
|
"prettier --config .prettierrc --write"
|
|
],
|
|
".all-contributorsrc": [
|
|
"npm run contrib:build"
|
|
]
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
}
|
|
}
|