-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "create-pagination-using-react-18",
"version": "1.0.0",
"description": "pagination filtering and customHook using react18",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.7.0",
"@fortawesome/free-regular-svg-icons": "6.7.0",
"@fortawesome/free-solid-svg-icons": "6.7.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@testing-library/react": "15.0.7",
"@testing-library/react-hooks": "8.0.1",
"@types/node": "^20.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"marked": "14.1.4",
"msw": "2.6.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0",
"react-test-renderer": "18.3.1"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.20",
"happy-dom": "^15.0.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "5.6.3",
"vite": "^5.0.0",
"vite-plugin-svgr": "^4.0.0",
"vite-tsconfig-paths": "^5.0.0",
"vitest": "^2.0.0"
},
"type": "module",
"scripts": {
"start": "vite ",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"test:ci": "vitest --run",
"e2e:ui": "playwright test --ui"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}