generated from algolia/pwa-ecom-ui-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.77 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
{
"name": "pwa-ecom-ui-template",
"version": "1.0.0",
"description": "React/Next.js based starter kit, focused on delivering a rich Search & Discovery e-commerce experience.",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build",
"cli": "cd cli && npm start",
"postinstall": "cd cli && npm install"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.5.0",
"@algolia/autocomplete-plugin-query-suggestions": "^1.5.0",
"@algolia/autocomplete-plugin-recent-searches": "^1.5.0",
"@algolia/autocomplete-preset-algolia": "^1.5.0",
"@algolia/autocomplete-theme-classic": "^1.5.0",
"@algolia/react-instantsearch-widget-color-refinement-list": "^1.4.2",
"@algolia/react-instantsearch-widget-loadmore-with-progressbar": "^1.3.8",
"@algolia/react-instantsearch-widget-size-refinement-list": "^1.0.2",
"@artsy/fresnel": "^3.0.2",
"@material-design-icons/svg": "^0.10.4",
"algoliasearch": "^4.11.0",
"classnames": "^2.3.1",
"framer-motion": "^5.2.0",
"jotai": "^1.4.7",
"next": "^12.0.7",
"qs": "^6.10.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fast-compare": "^3.2.0",
"react-instantsearch-core": "^6.15.0",
"react-instantsearch-dom": "^6.15.0",
"search-insights": "^2.1.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.0.0-beta.5",
"@next/bundle-analyzer": "^12.0.7",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tweakpane/core": "^1.0.7",
"@types/node": "^16.11.12",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-instantsearch-dom": "^6.12.1",
"@types/tailwindcss": "^2.2.4",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"autoprefixer": "^10.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-algolia": "^19.0.2",
"eslint-config-next": "^12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^1.1.5",
"ifdef-loader": "^2.3.2",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.4.4",
"postcss": "^8.3.11",
"postcss-easy-import": "^3.0.0",
"prettier": "^2.4.1",
"sharp": "^0.29.3",
"stylelint": "^14.1.0",
"stylelint-config-standard": "^23.0.0",
"tailwindcss": "^2.2.19",
"tweakpane": "^3.0.6",
"typescript": "^4.4.4"
}
}