-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.91 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.91 KB
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
{
"name": "koin_web_recode",
"version": "0.1.0",
"private": true,
"dependencies": {
"@bcsdlab/koin": "^0.0.15",
"@bcsdlab/utils": "^0.0.15",
"@next/third-parties": "latest",
"@sentry/nextjs": "^10",
"@tanstack/react-query": "^5.28.6",
"axios": "^0.27.2",
"dayjs": "^1.11.12",
"embla-carousel-autoplay": "^8.0.4",
"embla-carousel-react": "^8.0.4",
"file-saver": "^2.0.5",
"framer-motion": "^12.4.4",
"html-react-parser": "^5.1.10",
"html2canvas": "^1.4.1",
"idb": "^8.0.3",
"lottie-react": "^2.4.1",
"next": "15.5.10",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "^7.55.0",
"react-quill": "^2.0.0",
"react-quill-new": "^3.6.0",
"react-swipeable": "^7.0.2",
"react-toastify": "^11.0.5",
"react-window": "^1.8.7",
"reset-css": "^5.0.1",
"web-vitals": "^2.1.0",
"zustand": "^4.5.2"
},
"scripts": {
"start": "next dev",
"start:serve": "next start",
"build": "tsc && next build",
"test": "test --coverage",
"sourcemap:clean": "find ./build -name '*.map' -type f -delete",
"lint": "yarn lint:eslint && yarn lint:stylelint",
"lint:eslint": "eslint src/",
"lint:stylelint": "stylelint \"src/**/*.scss\" --config .stylelint.json",
"log": "tsx scripts/notion/fetch-logging-spec.ts"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@next/eslint-plugin-next": "^16.0.0",
"@notionhq/client": "^5.9.0",
"@sentry/cli": "^2.45.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/file-saver": "^2.0.7",
"@types/gtag.js": "^0.0.19",
"@types/jest": "^27.0.1",
"@types/navermaps": "^3.6.4",
"@types/node": "^16.7.13",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@types/react-window": "^1.8.5",
"dotenv": "^17.2.3",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^16.4.0",
"jest": "^29.7.0",
"postcss": "^8.4.47",
"prettier": "^3.6.2",
"sass": "^1.53.0",
"stylelint": "^14.9.1",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-selector-bem-pattern": "^2.1.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2"
},
"engines": {
"node": "20.11.1",
"yarn": "4.10.3"
},
"type": "module",
"packageManager": "yarn@4.10.3"
}