This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.32 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "mozi-client",
"version": "0.0.1",
"engines": {
"node": ">=16.0.0"
},
"description": "mozi client ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/team-yaza/mozi-client.git"
},
"author": {
"name": "hyunjin",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"cypress": "cypress open",
"test": "jest --coverage",
"watch": "jest --watchAll",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook s public",
"chromatic": "npx chromatic"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@next/eslint-plugin-next": "^12.2.2",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.6",
"@types/navermaps": "^3.0.16",
"@types/node": "^18.0.4",
"@types/react": "^18.0.21",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.25",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-loader": "^8.2.5",
"chromatic": "^6.10.2",
"cypress": "^10.11.0",
"eslint": "^8.18.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-storybook": "^0.6.6",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^28.1.3",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"storybook-addon-next-router": "^4.0.1",
"storybook-addon-styled-component-theme": "^2.0.0",
"storybook-dark-mode": "^1.1.2",
"ts-jest": "^28.0.6",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.8.4"
},
"dependencies": {
"@sentry/nextjs": "^7.15.0",
"@tanstack/react-query": "^4.1.0",
"@tanstack/react-query-devtools": "^4.6.0",
"axios": "^0.27.2",
"dayjs": "^1.11.5",
"framer-motion": "^7.2.0",
"localforage": "^1.10.0",
"next": "^12.2.5",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.5.4",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.2",
"uuid": "^9.0.0"
},
"huksy": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"eslint --fix",
"prettier --write",
"jest --ci --passWithNoTests"
]
},
"bugs": {
"url": "https://github.com/team-yaza/mozi-client/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/team-yaza/mozi-client#readme",
"_id": "[email protected]"
}