1
0
mirror of https://github.com/cwchristerw/bokxin-ip synced 2024-09-19 22:02:32 +00:00
bokxin-ip/package.json
2020-12-13 20:20:57 +02:00

45 lines
1.1 KiB
JSON

{
"name": "bokxin-ip",
"private": true,
"description": "Auttaa muodostamaan IP:n Bokxin koneellesi.",
"version": "1.0.0",
"author": "juhosa",
"dependencies": {
"gatsby": "^2.26.1",
"gatsby-image": "^2.5.0",
"gatsby-plugin-manifest": "^2.6.1",
"gatsby-plugin-offline": "^3.4.0",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-sharp": "^2.8.0",
"gatsby-source-filesystem": "^2.5.0",
"gatsby-transformer-sharp": "^2.6.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"prettier": "^2.1.2"
},
"keywords": [
"gatsby"
],
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/juhosa/bokxin-ip"
},
"bugs": {
"url": "https://github.com/juhosa/bokxin-ip/issues"
}
}