-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.58 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "frontend-boilerplate",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"commit": "cz"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-query": "^3.34.16",
"styled-components": "^5.3.3",
"yarn": "^1.22.17"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "./.cz-config.js"
}
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/parse": "^16.2.1",
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"@types/styled-components": "^5.1.22",
"commitizen": "^4.2.4",
"commitlint-config-cz": "^0.13.3",
"cz-customizable": "^6.3.0",
"eslint": "8.9.0",
"eslint-config-infojr-ts": "^1.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.4",
"typescript": "4.5.5"
},
"description": "[Proposta](https://youtu.be/nno89cd6wWY) | [Site Atual](https://youtu.be/Yw6u6YkTgQ4) | [Versão de Testes](https://youtu.be/MaNW4bPX0Iw) | [Versão Final](https://youtu.be/dQw4w9WgXcQ)",
"version": "1.0.0",
"main": ".cz-config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LucasAzoli/Loteria.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LucasAzoli/Loteria/issues"
},
"homepage": "https://github.com/LucasAzoli/Loteria#readme"
}