forked from boletofacil/tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "marvel-characters",
"version": "1.2.1",
"private": true,
"license": "MIT",
"author": "Julio L. Muller",
"homepage": "https://the-marvel-characters.vercel.app/",
"scripts": {
"postinstall": "node -e \"require('fs').existsSync('.env') || require('fs').copyFileSync('.env.example', '.env')\"",
"prepare": "husky install",
"commit": "git-cz",
"dev": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint src/ --fix",
"eject": "react-scripts eject"
},
"dependencies": {
"bootstrap": "^4.6.2",
"jquery": "^3.6.0",
"md5": "^2.3.0",
"popper.js": "^1.16.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/jquery": "^3.5.16",
"@types/md5": "^2.3.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"commitizen": "^4.2.6",
"cz-conventional-changelog": "^3.3.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.3",
"react-scripts": "^5.0.1",
"sass": "^1.57.1",
"typescript": "^4.9.4"
}
}