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

45 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
2020-12-13 17:53:44 +00:00
"name": "bokxin-ip",
"private": true,
2020-12-13 17:53:44 +00:00
"description": "Auttaa muodostamaan IP:n Bokxin koneellesi.",
2020-12-13 18:20:57 +00:00
"version": "1.0.0",
2020-12-13 17:53:44 +00:00
"author": "juhosa",
"dependencies": {
2020-12-13 17:53:44 +00:00
"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",
2020-12-13 17:53:44 +00:00
"react-helmet": "^6.1.0"
},
"devDependencies": {
2020-12-13 17:53:44 +00:00
"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",
2020-12-13 17:53:44 +00:00
"url": "https://github.com/juhosa/bokxin-ip"
},
"bugs": {
2020-12-13 17:53:44 +00:00
"url": "https://github.com/juhosa/bokxin-ip/issues"
}
}