forked from aexol-studio/vendure-nextjs-storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.24 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
{
"name": "vendure-nextjs-storefront",
"version": "0.0.1",
"private": true,
"author": {
"email": "aexol@aexol.com",
"name": "aexol",
"url": "https://aexol.com"
},
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"zeus": "zeus http://localhost:3000/shop-api ./src --td",
"toc": "i18next-resources-for-ts toc -i ./public/locales/en -o ./src/@types/resources.ts",
"interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./src/@types/resources.d.ts",
"lint": "next lint"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@hookform/resolvers": "^3.3.2",
"@next/font": "^14.0.3",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.2.0",
"country-flag-icons": "^1.5.9",
"framer-motion": "^10.16.14",
"graphql-tag": "^2.12.6",
"gray-matter": "^4.0.3",
"i18next": "^23.7.7",
"i18next-resources-for-ts": "^1.4.0",
"keen-slider": "^6.8.6",
"lucide-react": "^0.294.0",
"next": "^14.0.3",
"next-i18next": "^15.0.0",
"next-language-detector": "^1.1.0",
"photoswipe": "^5.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-i18next": "^13.5.0",
"react-laag": "^2.0.5",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"unstated-next": "^1.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/accept-language-parser": "^1.5.6",
"@types/node": "^20.10.2",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.41",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"graphql-zeus": "^5.3.2",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
}
}