-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
{
"name": "commit-swell-storefront",
"version": "1.0.0",
"description": "Storefront for Swell",
"author": "Commit Studio",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@headlessui/tailwindcss": "^0.1.1",
"@tippyjs/react": "^4.2.6",
"dayjs": "^1.11.7",
"html-react-parser": "^3.0.4",
"jotai": "^2.0.0",
"next": "^13.4.3",
"nextjs-toploader": "^1.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.37.0",
"react-icons": "^4.4.0",
"react-image-gallery": "^1.2.9",
"react-simple-star-rating": "^5.1.7",
"react-toastify": "^9.1.0",
"server-only": "^0.0.1",
"swell-js": "^3.17.6",
"swell-node": "^4.0.10",
"swiper": "^8.3.2"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "^18.2.11",
"@types/react-image-gallery": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"autoprefixer": "^10.4.2",
"encoding": "^0.1.13",
"eslint": "^8.18.0",
"eslint-config-next": "^12.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.5",
"prettier": "^2.4.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
}
}