-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.33 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
{
"name": "storefront-demo-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.7.1",
"@algolia/autocomplete-plugin-query-suggestions": "^1.7.1",
"@algolia/autocomplete-plugin-recent-searches": "^1.7.1",
"@algolia/recommend": "^4.14.2",
"@algolia/recommend-react": "^1.7.0",
"@algolia/ui-components-horizontal-slider-react": "^1.1.3",
"@algolia/ui-components-horizontal-slider-theme": "^1.1.3",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.10",
"algoliasearch": "^4.14.2",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-hooks-web": "^6.32.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "18.7.6",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"next-transpile-modules": "^9.0.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
}
}