-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) Β· 1.82 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@reduxjs/toolkit": "^1.8.3",
"@stripe/stripe-js": "^1.35.0",
"axios": "^0.27.2",
"firebase": "^9.8.3",
"next": "latest",
"next-auth": "^4.10.3",
"node-sass": "^7.0.1",
"react": "^18.2.0",
"react-currency-formatter": "^1.1.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-responsive-carousel": "^3.2.23",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"stripe": "^10.7.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-currency-formatter": "^1.1.4",
"@types/react-dom": "18.0.5",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"autoprefixer": "^10.4.7",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.2.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^8.0.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.0.24",
"typescript": "4.7.2"
}
}