-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
52 lines (52 loc) · 1.53 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": "sitecore-search-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint",
"create-widget": "sc-search new-widget"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-icons": "^1.3.0",
"@sitecore-search/react": "2.6.0-alpha.0",
"@sitecore-search/ui": "2.6.0-alpha.0",
"decompress": "^4.2.1",
"decompress-targz": "^4.1.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^11.1.1",
"lucide-react": "^0.436.0",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.2",
"react-select": "^5.7.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@sitecore-search/cli": "2.6.0-alpha.0",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.31",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "5.8.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "8.6.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.0.4",
"vite": "5.2.6"
}
}