-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 990 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": "wedinv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"cookie": "^0.5.0",
"google-spreadsheet": "^3.1.15",
"iconoir-react": "^6.2.1",
"logrocket": "^3.0.1",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-quick-pinch-zoom": "^4.0.2",
"react-slick": "^0.29.0",
"sharp": "^0.31.3",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.0",
"styled-reset": "^4.3.4",
"swr": "^2.0.3"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/google-spreadsheet": "^3.3.1",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.12",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"typescript": "4.9.5"
}
}