35 lines
886 B
JSON
35 lines
886 B
JSON
{
|
|
"name": "urban_website",
|
|
"private": false,
|
|
"description": "Simple homepage of the Urban Brothers.",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
|
"start": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"dateformat": "^3.0.3",
|
|
"gatsby": "^2.20.0",
|
|
"gatsby-plugin-manifest": "^2.2.38",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.19.1",
|
|
"purgecss": "^1.4.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/creyD/urban_website"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/creyD/urban_website/issues"
|
|
}
|
|
}
|