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.
92 lines
2.5 KiB
JSON
92 lines
2.5 KiB
JSON
{
|
|
"name": "carbon",
|
|
"version": "3.4.4",
|
|
"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,api,lib,pages}/*.js {components,api,lib,pages}/**/*.js",
|
|
"lint": "eslint components/*.js lib/*.js pages/*.js api/handlers/*.js api/*.js",
|
|
"precommit": "npm run contrib:build && git add README.md && lint-staged",
|
|
"contrib:add": "all-contributors add",
|
|
"contrib:build": "all-contributors generate",
|
|
"cy:run": "cypress run",
|
|
"cy:open": "cypress open"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"codemirror": "^5.36.0",
|
|
"codemirror-graphql": "^0.6.12",
|
|
"codemirror-mode-elixir": "^1.1.1",
|
|
"dom-to-image": "^2.5.2",
|
|
"downshift": "^2.0.0",
|
|
"dropperx": "0.2.1",
|
|
"graphql": "^0.13.2",
|
|
"highlight.js": "^9.12.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"match-sorter": "^2.2.0",
|
|
"morphmorph": "^0.1.0",
|
|
"ms": "^2.0.0",
|
|
"next": "^6.0.3",
|
|
"next-offline": "^2.10.1",
|
|
"prettier": "^1.8.1",
|
|
"react": "16.3.*",
|
|
"react-addons-shallow-compare": "^15.6.2",
|
|
"react-click-outside": "^3.0.0",
|
|
"react-codemirror2": "^5.1.0",
|
|
"react-color": "^2.13.8",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-dnd": "^5.0.0",
|
|
"react-dnd-html5-backend": "^5.0.0",
|
|
"react-dom": "16.3.*",
|
|
"react-image-crop": "^4.0.0",
|
|
"react-spinner": "^0.2.7",
|
|
"react-syntax-highlight": "^15.3.1",
|
|
"resize-observer-polyfill": "^1.5.0",
|
|
"tohash": "^1.0.2",
|
|
"url": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"all-contributors-cli": "^5.0.0",
|
|
"babel-eslint": "^8.2.3",
|
|
"cypress": "^3.0.0",
|
|
"eslint": "^5.0.0",
|
|
"eslint-plugin-import": "^2.11.0",
|
|
"eslint-plugin-react": "^7.7.0",
|
|
"hex2rgb": "^2.2.0",
|
|
"husky": "^0.14.3",
|
|
"lint-staged": "^7.0.4",
|
|
"now": "^11.1.7",
|
|
"webpack": "^3.10.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"greenkeeper": {
|
|
"ignore": [
|
|
"webpack",
|
|
"react",
|
|
"react-dom",
|
|
"graphql"
|
|
]
|
|
},
|
|
"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"
|
|
}
|