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.
carbon/package.json

28 lines
627 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",
"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-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^15.5.4",
"react-codemirror": "^1.0.0",
"react-syntax-highlight": "^0.0.6"
}
}