-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 911 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": "answers-headless-plus-components",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.3",
"mapbox-gl": "^2.13.0",
"@yext/search-headless-react": "^2.1.0",
"@yext/search-ui-react": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint-config-react-app": "^7.0.1",
"@types/mapbox-gl": "^2.7.10",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"react-scripts": "5.0.1",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.2.1"
}
}