mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-17 15:06:06 +01:00
39 lines
995 B
JSON
39 lines
995 B
JSON
{
|
|
"name": "link-free",
|
|
"author": "Daniel Soares <daniel.soares@me.com>",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"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": {
|
|
"@stitches/react": "^1.2.6",
|
|
"next": "12.0.7",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|