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
2.9 KiB
JSON
110 lines
2.9 KiB
JSON
{
|
|
"name": "carbon",
|
|
"version": "3.9.8",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next export",
|
|
"test": "npm run cy:run --",
|
|
"deploy": "now",
|
|
"prettier": "prettier --config .prettierrc --write {.,components,lib,pages}/*.js {components,lib,pages,packages}/**/*.js",
|
|
"lint": "eslint .",
|
|
"contrib:add": "all-contributors add",
|
|
"contrib:build": "all-contributors generate",
|
|
"cy:run": "cypress run",
|
|
"cy:open": "cypress open",
|
|
"now-build": "cross-env NODE_ENV=production yarn build && yarn export -o dist"
|
|
},
|
|
"dependencies": {
|
|
"@dawnlabs/tacklebox": "^0.0.5",
|
|
"axios": "^0.18.0",
|
|
"codemirror": "^5.42.2",
|
|
"codemirror-graphql": "^0.8.3",
|
|
"codemirror-mode-elixir": "^1.1.2",
|
|
"cross-env": "^5.2.0",
|
|
"dom-to-image": "^2.5.2",
|
|
"downshift": "^3.2.2",
|
|
"dropperx": "^1.0.1",
|
|
"escape-goat": "^1.3.0",
|
|
"graphql": "^14.1.1",
|
|
"highlight.js": "^9.14.2",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.omitby": "^4.6.0",
|
|
"match-sorter": "^2.3.0",
|
|
"morphmorph": "^0.1.0",
|
|
"ms": "^2.0.0",
|
|
"next": "^8.0.3",
|
|
"next-offline": "^3.3.6",
|
|
"prettier": "^1.16.4",
|
|
"react": "^16.8.3",
|
|
"react-click-outside": "^3.0.0",
|
|
"react-codemirror2": "^5.1.0",
|
|
"react-color": "^2.17.0",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-dom": "^16.8.3",
|
|
"react-image-crop": "^6.0.16",
|
|
"react-spinner": "^0.2.7",
|
|
"react-syntax-highlight": "^15.3.1",
|
|
"tohash": "^1.0.2",
|
|
"url": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"all-contributors-cli": "^6.0.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"clipboardy": "^1.2.3",
|
|
"cypress": "^3.1.5",
|
|
"eslint": "^5.13.0",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
"eslint-plugin-react": "^7.12.3",
|
|
"eslint-plugin-react-hooks": "^1.4.0",
|
|
"husky": "^1.3.1",
|
|
"lint-staged": "^8.1.3",
|
|
"now": "^14.0.0",
|
|
"wait-on": "^3.2.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"npm run lint",
|
|
"prettier --config .prettierrc --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"greenkeeper": {
|
|
"groups": {
|
|
"app": {
|
|
"packages": [
|
|
"package.json"
|
|
],
|
|
"ignore": [
|
|
"graphql",
|
|
"webpack"
|
|
]
|
|
},
|
|
"integrations": {
|
|
"packages": [
|
|
"packages/gatsby-remark-embed-carbon/package.json"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"description": "Create and share beautiful images of your source code",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dawnlabs/carbon.git"
|
|
},
|
|
"author": "Dawn Labs <@dawnlabs>",
|
|
"bugs": {
|
|
"url": "https://github.com/dawnlabs/carbon/issues"
|
|
},
|
|
"homepage": "https://dawnlabs.io/carbon",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run contrib:build && git add README.md && lint-staged"
|
|
}
|
|
}
|
|
}
|