37 lines
985 B
JSON
37 lines
985 B
JSON
{
|
|
"name": "Webpage Builder",
|
|
"version": "1.0.0",
|
|
"description": "[Github Code](https://github.com/vijayshukla30/grapesjs-example-html",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vijayshukla30/grapesjs-example-html.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/vijayshukla30/grapesjs-example-html/issues"
|
|
},
|
|
"homepage": "https://github.com/vijayshukla30/grapesjs-example-html#readme",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"nodemon": "^2.0.7"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"hbs": "^4.1.1",
|
|
"mongoose": "^5.12.2"
|
|
}
|
|
}
|