-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1023 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
37
38
39
{
"name": "next-test",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@tailwindcss/line-clamp": "^0.2.2",
"axios": "^0.24.0",
"firebase": "^9.6.0",
"next": "12.0.3",
"next-auth": "^4.0.0-beta.7",
"next-redux-wrapper": "^7.0.5",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-currency-formatter": "^1.1.0",
"react-dom": "17.0.2",
"react-image-gallery": "^1.2.7",
"react-redux": "^7.2.6",
"react-responsive-carousel": "^3.2.22",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.1.3",
"saga": "^4.0.0-alpha"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"postcss": "^8.3.11",
"redux-devtools-extension": "^2.13.9",
"tailwindcss": "^2.2.19"
}
}