generated from mbti-nf-team/nextjs-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) ยท 3.74 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": "offbeat-frontend",
"version": "0.0.1",
"private": true,
"description": "ํด์ธ์์ ์ฐพ๋ k place",
"license": "MIT",
"author": "NFTeam",
"keywords": [],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint '**/*.{js,jsx,ts,tsx}' --fix",
"test:unit": "jest",
"test:watch": "jest --watch",
"test:watchAll": "jest --watchAll",
"test:coverage": "yarn test:unit --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test:e2e": "start-server-and-test dev http://localhost:3000 cypress:run",
"postinstall": "husky install && chmod ug+x .husky/*",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"stylelint": "stylelint **/*.scss"
},
"repository": {
"type": "git",
"url": "https://github.com/mbti-nf-team/unnamed-k-place-frontend.git"
},
"bugs": {
"url": "https://github.com/mbti-nf-team/unnamed-k-place-frontend/issues"
},
"homepage": "https://github.com/mbti-nf-team/unnamed-k-place-frontend#readme",
"dependencies": {
"@nf-team/core": "^3.0.1",
"@nf-team/react": "^2.7.3",
"@nf-team/storage": "^1.0.1",
"@react-google-maps/api": "^2.20.3",
"@tanstack/react-query": "^5.35.1",
"clsx": "^2.1.1",
"inko": "^1.1.1",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"motion": "^11.15.0",
"next": "^15.1.2",
"qs": "^6.13.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-ga4": "^2.1.0",
"react-intersection-observer": "^9.14.0",
"react-spring-bottom-sheet": "3.5.0-alpha.0",
"sharp": "^0.33.5",
"use-sync-external-store": "^1.4.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^2.0.2",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@next/eslint-plugin-next": "^15.1.2",
"@nf-team/eslint-config": "^3.3.0",
"@nf-team/stylelint-config": "^1.1.1",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/nextjs": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/test": "^8.4.7",
"@svgr/webpack": "6.5.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/google.maps": "^3.58.1",
"@types/jest": "^29.5.12",
"@types/jest-plugin-context": "^2.9.7",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.12.10",
"@types/qs": "^6.9.16",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-test-renderer": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"cypress": "^12.1.0",
"eslint": "8.57.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-unused-imports": "^4.1.4",
"given2": "^2.1.7",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-plugin-context": "^2.9.0",
"jest-transformer-svg": "^2.0.1",
"lint-staged": "^13.1.2",
"react-test-renderer": "^19.0.0",
"sass": "1.69.6",
"start-server-and-test": "^1.14.0",
"storybook": "^8.4.7",
"stylelint": "^15.10.0",
"typescript": "^5.2.2",
"webpack": "^5.95.0"
},
"packageManager": "[email protected]"
}