-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 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
{
"name": "with-redux-toolkit",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@reduxjs/toolkit": "^1.8.1",
"@stripe/react-stripe-js": "^1.8.0-0",
"@stripe/stripe-js": "^1.29.0",
"@tailwindcss/line-clamp": "^0.4.0",
"axios": "^0.27.2",
"firebase": "^9.8.1",
"firebase-admin": "^10.2.0",
"heroicons-react": "^1.4.1",
"hoist-non-react-statics": "^3.3.2",
"lodash": "^4.17.21",
"micro": "^9.3.4",
"next": "latest",
"next-auth": "^4.3.4",
"next-fonts": "^1.5.1",
"react": "^17.0.2",
"react-confetti": "^6.1.0",
"react-currency-formatter": "^1.1.0",
"react-dom": "^17.0.2",
"react-redux": "^8.0.1",
"react-responsive-carousel": "^3.2.23",
"react-reveal": "^1.2.2",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.1",
"react-transition-group": "^4.4.2",
"stripe": "^9.1.0"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/react-currency-formatter": "^1.1.4",
"autoprefixer": "^10.4.0",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.5",
"postcss-preset-env": "^7.5.0",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}