0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/website/package.json
2021-04-09 17:54:17 +02:00

75 lines
2.1 KiB
JSON

{
"name": "@verdaccio/website",
"private": true,
"description": "verdaccio website",
"version": "0.0.1",
"author": "Juan Picado <jotadeveloper@gmail.com>",
"dependencies": {
"@emotion/core": "10.0.28",
"@emotion/css": "10.0.27",
"@emotion/styled": "10.0.27",
"@emotion/styled-base": "10.0.31",
"@material-ui/core": "4.9.13",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.9.13",
"@mikaelkristiansson/domready": "1.0.10",
"@reach/router": "1.3.4",
"babel-preset-gatsby": "^0.4.12",
"emotion-theming": "10.0.27",
"fontsource-roboto": "^2.2.6",
"gatsby": "^2.24.51",
"gatsby-image": "^2.4.16",
"gatsby-legacy-polyfills": "0.0.3",
"gatsby-link": "2.4.13",
"gatsby-plugin-emotion": "4.3.1",
"gatsby-plugin-manifest": "2.4.2",
"gatsby-plugin-material-ui": "2.1.8",
"gatsby-plugin-react-helmet": "3.3.1",
"gatsby-plugin-sharp": "^2.6.29",
"gatsby-plugin-twitter": "^2.3.10",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-react-router-scroll": "3.0.12",
"gatsby-source-filesystem": "2.3.1",
"gatsby-transformer-remark": "^2.8.30",
"gatsby-transformer-sharp": "2.5.2",
"keyword-extractor": "0.0.18",
"lisan": "^0.1.1",
"mitt": "2.1.0",
"redux": "4.0.5",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "5.2.1",
"react-twitter-widgets": "^1.9.5",
"shallow-compare": "1.2.2"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.13.0",
"@types/react-helmet": "^5.0.16",
"lint-staged": "10.1.4",
"lisan-cli": "^0.1.1"
},
"keywords": [
"gatsby",
"gatsby-starter",
"emotion",
"material-ui",
"typescript"
],
"license": "MIT",
"scripts": {
"lisan:compile": "lisan compile",
"build": "gatsby build",
"clean": "gatsby clean",
"serve": "gatsby serve",
"develop": "gatsby develop",
"lint": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/verdaccio/verdaccio"
},
"bugs": {
"url": "https://github.com/verdaccio/verdaccio/issues"
}
}