-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 2.21 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "gogo_client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type:check": "tsc --noEmit",
"analyze": "ANALYZE=true next build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@next/bundle-analyzer": "^13.0.1",
"@plaiceholder/next": "^2.5.0",
"@tanstack/react-query": "^4.12.0",
"@tanstack/react-query-devtools": "^4.12.0",
"antd": "^4.23.5",
"axios": "^1.1.3",
"dayjs": "^1.11.5",
"next": "^13.0.1",
"next-auth": "^4.15.0",
"plaiceholder": "^2.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "^18.2.0",
"recoil": "^0.7.6",
"sharp": "^0.31.2",
"styled-components": "^5.3.6",
"styled-reset": "^4.4.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.1",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/blocks": "^7.0.18",
"@storybook/nextjs": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/testing-library": "^0.0.14-next.2",
"@svgr/webpack": "^6.5.0",
"@types/navermaps": "^3.0.17",
"@types/node": "18.11.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-storybook": "^0.6.12",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"next-compose-plugins": "^2.2.1",
"next-with-less": "^2.0.5",
"prettier": "^2.7.1",
"storybook": "^7.0.18",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "4.8.4"
},
"msw": {
"workerDirectory": "public"
},
"packageManager": "[email protected]"
}