-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "rest-countries",
"version": "1.0.0",
"private": true,
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"docker:dev": "docker compose up --watch",
"prepare": "husky",
"cz": "cz"
},
"dependencies": {
"@tanstack/react-query": "5.56.2",
"axios": "1.7.7",
"modern-normalize": "3.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.13",
"react-router-dom": "5.3.4"
},
"devDependencies": {
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@types/node": "18.0.0",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-react": "4.3.1",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.6",
"sass": "1.78.0",
"typescript": "5.1.6",
"vite": "5.4.3",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "5.0.1"
},
"packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
}