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.
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "carbon",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "node server.js",
|
|
"build": "next build",
|
|
"start": "cross-env NODE_ENV=production node server.js",
|
|
"deploy": "now --public",
|
|
"prettier": "prettier --config .prettierrc --write *.js {components,handlers,lib,pages}/*.js",
|
|
"lint": "prettier --config .prettierrc -l *.js {components,handlers,lib,pages}/*.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.16.2",
|
|
"body-parser": "^1.17.2",
|
|
"codemirror": "^5.26.0",
|
|
"dom-to-image": "^2.5.2",
|
|
"dropperx": "^0.0.3",
|
|
"express": "^4.15.3",
|
|
"form-data": "^2.2.0",
|
|
"highlight.js": "^9.12.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"morgan": "^1.8.2",
|
|
"morphmorph": "0.0.2",
|
|
"ms": "^2.0.0",
|
|
"next": "^3.2.2",
|
|
"react": "^15.6.1",
|
|
"react-click-outside": "^2.3.1",
|
|
"react-codemirror": "0.2.6",
|
|
"react-color": "^2.12.1",
|
|
"react-dnd": "^2.4.0",
|
|
"react-dnd-html5-backend": "^2.4.1",
|
|
"react-dom": "^15.5.4",
|
|
"react-spinkit": "^3.0.0",
|
|
"react-spinner": "^0.2.7",
|
|
"react-syntax-highlight": "^0.0.6",
|
|
"tohash": "^1.0.2",
|
|
"twitter": "^1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^5.0.5",
|
|
"prettier": "^1.7.2",
|
|
"uglifyjs-webpack-plugin": "1.0.0-beta.1",
|
|
"webpack": "^3.6.0"
|
|
},
|
|
"now": {
|
|
"env": {
|
|
"TWITTER_CONSUMER_KEY": "@twitter-consumer-key",
|
|
"TWITTER_CONSUMER_SECRET": "@twitter-consumer-secret",
|
|
"TWITTER_ACCESS_TOKEN_KEY": "@twitter-access-token-key",
|
|
"TWITTER_ACCESS_TOKEN_SECRET": "@twitter-access-token-secret"
|
|
}
|
|
},
|
|
"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"
|
|
}
|