-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 861 Bytes
/
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
{
"name": "e-commerce",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.2.2",
"animate.css": "^4.1.1",
"axios": "^0.26.0",
"cookies-next": "^4.1.0",
"next": "^14.0.4",
"next-intl": "^3.3.2",
"next-pwa": "^5.6.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^11.0.5"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.3",
"autoprefixer": "^10.2.5",
"eslint-config-next": "^14.0.4",
"postcss": "^8.2.9",
"tailwindcss": "^2.1.1",
"typescript": "^4.2.4"
}
}