generated from rotciw/react-ts-baseline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.25 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "escapade",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.5.0",
"@portabletext/react": "^1.0.4",
"@sanity/client": "^3.2.0",
"@sanity/image-url": "^1.0.1",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/firebase": "^3.2.1",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.16",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"canvas-confetti": "^1.5.1",
"firebase": "^9.6.6",
"get-youtube-id": "^1.0.1",
"google-map-react": "^2.1.10",
"postcss": "^8.4.6",
"react": "^17.0.2",
"react-awesome-reveal": "^3.8.1",
"react-countdown": "^2.3.2",
"react-countup": "^6.1.1",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-medium-image-zoom": "^4.3.5",
"react-router-dom": "^6.2.2",
"react-spinners": "^0.11.0",
"react-youtube": "^8.2.1",
"typescript": "^4.2.3"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview --port 3000"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/canvas-confetti": "^1.4.2",
"@types/google-map-react": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@vitejs/plugin-react": "^1.2.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.4",
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.2.1",
"tailwindcss": "^3.0.19",
"vite": "^2.8.6",
"vite-plugin-checker": "^0.4.2",
"web-vitals": "^2.1.4"
}
}