-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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
{
"name": "react-ts-vite-airbnb-starter",
"homepage": "https://shaddamalbz.github.io/edtech-landingpage/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-router-dom": "^6.4.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "^0.25.6",
"autoprefixer": "^10.4.13",
"eslint": "8.2.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"gh-pages": "^4.0.0",
"jsdom": "^20.0.3",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"react-rating": "^2.0.5",
"swiper": "^8.4.5",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^3.0.7",
"vitest": "^0.25.6"
}
}