41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "saburly-web-v2",
|
|
"description": "Saburly Web v2",
|
|
"version": "0.1.0",
|
|
"author": "Saburly <info@saburly.com>",
|
|
"dependencies": {
|
|
"gatsby": "^1.9.247",
|
|
"gatsby-image": "^1.0.54",
|
|
"gatsby-link": "^1.6.40",
|
|
"gatsby-plugin-netlify": "^1.0.21",
|
|
"gatsby-plugin-react-helmet": "^2.0.10",
|
|
"gatsby-plugin-sharp": "^1.6.48",
|
|
"gatsby-source-wordpress": "^2.0.93",
|
|
"gatsby-transformer-sharp": "^1.6.27",
|
|
"react-helmet": "^5.2.0",
|
|
"react-leaf-carousel": "^1.1.1",
|
|
"slideout": "^1.0.1"
|
|
},
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "npm run build:css && purgecss -c ./purgecss.config.js -o ./src/styles && gatsby build",
|
|
"build:css": "tailwind build ./src/styles/index.tailwind.css -c ./tailwind.config.js -o ./src/styles/index.css",
|
|
"develop": "npm run build:css && gatsby develop",
|
|
"develop:cleanstyles": "npm run build:css && purgecss -c ./purgecss.config.js -o ./src/styles && gatsby develop",
|
|
"format": "prettier --write 'src/**/*.js'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.12.0",
|
|
"purgecss": "^1.0.1",
|
|
"tailwindcss": "^0.6.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
|
|
}
|
|
}
|