You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
787 B
29 lines
787 B
{
|
|
"name": "mamapats",
|
|
"version": "1.0.0",
|
|
"description": "MamaPats website built with Node.js and React.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"client": "cd client && npm start",
|
|
"server": "cd server && npm start",
|
|
"start": "concurrently --kill-others \"npm run client\" \"npm run server\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/sixtinum/mamapats.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/sixtinum/mamapats/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/sixtinum/mamapats#readme",
|
|
"devDependencies": {
|
|
"concurrently": "^4.1.2"
|
|
},
|
|
"dependencies": {
|
|
"html-react-parser": "^0.9.1",
|
|
"react": "^16.11.0"
|
|
}
|
|
}
|