-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 890 Bytes
/
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
{
"name": "restCountry",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --no-source-maps",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.26.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.5",
"jsdom": "^24.1.1",
"parcel": "^2.12.0",
"postcss": "^8.4.40",
"process": "^0.11.10",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
}