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.
33 lines
785 B
JSON
33 lines
785 B
JSON
{
|
|
"name": "code-image-2",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "node server.js",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.16.2",
|
|
"body-parser": "^1.17.2",
|
|
"codemirror": "^5.26.0",
|
|
"dom-to-image": "^2.5.2",
|
|
"express": "^4.15.3",
|
|
"form-data": "^2.2.0",
|
|
"highlight.js": "^9.12.0",
|
|
"morgan": "^1.8.2",
|
|
"next": "^2.4.3",
|
|
"react": "^15.5.4",
|
|
"react-click-outside": "^2.3.1",
|
|
"react-codemirror": "^1.0.0",
|
|
"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"
|
|
}
|
|
}
|