-
Notifications
You must be signed in to change notification settings - Fork 312
/
package.json
54 lines (54 loc) · 1.41 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
{
"name": "c-shopping",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write './**/*.+(js|ts|jsx|tsx)'",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^2.9.0",
"@reduxjs/toolkit": "^1.8.2",
"ali-oss": "^6.0.0",
"bcryptjs": "^2.4.3",
"china-citys": "^0.0.1",
"joi": "^17.11.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"moment-jalaali": "^0.10.0",
"mongoose": "^7.2.3",
"next": "14.0.3",
"nprogress": "^0.2.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.31.3",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.12.0",
"react-redux": "^8.0.2",
"sharp": "^0.33.4",
"sweetalert2": "^11.4.17",
"sweetalert2-react-content": "^5.0.0",
"swiper": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"postcss": "^8.4.14",
"postcss-import": "^15.1.0",
"prettier": "^3.1.0",
"tailwindcss": "^3.0.24"
}
}