mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
3ad519f0c2
* chore: upload gatsby website * chore: update header * chore: add background header * chore: add ci for website * Update ci-website.yml * chore: update patch mach ci * chore: update ci settings * chore: update docker version
77 lines
2.3 KiB
JSON
77 lines
2.3 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/styled": "10.0.27",
|
|
"@material-ui/core": "4.9.13",
|
|
"@material-ui/icons": "4.9.1",
|
|
"@material-ui/styles": "4.9.13",
|
|
"babel-preset-gatsby": "^0.4.1",
|
|
"emotion-theming": "10.0.27",
|
|
"gatsby": "2.21.19",
|
|
"gatsby-image": "2.4.3",
|
|
"fontsource-roboto": "^2.1.4",
|
|
"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.2",
|
|
"gatsby-plugin-twitter": "^2.3.1",
|
|
"gatsby-plugin-typescript": "2.4.2",
|
|
"gatsby-source-filesystem": "2.3.1",
|
|
"gatsby-transformer-remark": "^2.8.7",
|
|
"gatsby-transformer-sharp": "2.5.2",
|
|
"keyword-extractor": "0.0.18",
|
|
"lisan": "^0.1.1",
|
|
"prop-types": "15.7.2",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"react-helmet": "5.2.1",
|
|
"react-twitter-widgets": "^1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@hot-loader/react-dom": "^16.13.0",
|
|
"@types/react-helmet": "^5.0.15",
|
|
"@typescript-eslint/eslint-plugin": "2.28.0",
|
|
"@typescript-eslint/parser": "2.28.0",
|
|
"@verdaccio/eslint-config": "^10.0.0-next.1",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-import": "2.19.1",
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
|
"eslint-plugin-prettier": "3.1.2",
|
|
"eslint-plugin-react": "7.17.0",
|
|
"eslint-plugin-react-hooks": "2.3.0",
|
|
"eslint-plugin-simple-import-sort": "5.0.2",
|
|
"eslint-plugin-verdaccio": "8.4.2",
|
|
"lint-staged": "10.1.4",
|
|
"lisan-cli": "^0.1.1",
|
|
"prettier": "2.0.4"
|
|
},
|
|
"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 && eslint . --ext .js,.jsx,.ts,.tsx --quiet --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
|
}
|
|
}
|