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

23 lines
454 B
JSON

7 years ago
{
"name": "code-image-2",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "node server.js",
7 years ago
"build": "next build",
"start": "next start"
7 years ago
},
"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",
"morgan": "^1.8.2",
"next": "^2.4.3",
"react": "^15.5.4",
"react-dom": "^15.5.4"
}
}