forked from yhpark/wedinv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "wedinv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.21.1",
"cookie": "^0.4.1",
"google-spreadsheet": "^3.1.15",
"iconoir-react": "^2.1.0",
"logrocket": "^2.0.0",
"next": "^12.2.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.12.2",
"react-quick-pinch-zoom": "^4.0.2",
"react-slick": "^0.28.1",
"sharp": "^0.31.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.0",
"styled-reset": "^4.3.4",
"swr": "^0.5.6"
},
"devDependencies": {
"@types/cookie": "^0.4.1",
"@types/google-spreadsheet": "^3.1.5",
"@types/node": "^18.7.15",
"@types/react": "17.0.18",
"@types/react-slick": "^0.23.5",
"@types/styled-components": "^5.1.12",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"typescript": "4.3.5"
}
}