refactor: init new version

This commit is contained in:
Daniel Soares
2021-12-10 20:54:28 -03:00
parent eb8ab7029a
commit db839b267a
31 changed files with 2177 additions and 14915 deletions

View File

@@ -1,29 +1,38 @@
{
"name": "@marscollective/gatsby-starter-link-free",
"version": "0.2.4",
"name": "link-free",
"author": "Daniel Soares <daniel.soares@me.com>",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"dev": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "yarn build && netlify deploy -p",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx,yaml,yml}\""
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"prepare": "husky install",
"clean": "rm -rf node_modules .next data public",
"type-check": "tsc"
},
"dependencies": {
"@marscollective/gatsby-theme-link-free": "^0.2.7",
"gatsby": "2.32.11",
"@stitches/react": "^1.2.6",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"prettier": "2.2.1"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid"
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"husky": "7.0.4",
"lint-staged": "12.1.2",
"prettier": "2.5.0",
"pretty-quick": "3.1.2",
"typescript": "4.5.3"
}
}
}