-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.43 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 3.43 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"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.90.21",
"axios": "^0.33.0",
"dayjs": "^1.11.12",
"dompurify": "^3.4.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",
"jsdom": "26.0.0",
"lottie-react": "^2.4.1",
"next": "15.5.21",
"quill": "^2.0.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-hook-form": "^7.55.0",
"react-quill-new": "^3.6.0",
"react-swipeable": "^7.0.2",
"react-toastify": "^11.0.5",
"reset-css": "^5.0.1",
"zustand": "^4.5.2"
},
"scripts": {
"start": "next dev",
"start:serve": "next start",
"typecheck": "tsc --noEmit",
"build": "next build && next-sitemap",
"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": "^15.5.23",
"@notionhq/client": "^5.9.0",
"@sentry/cli": "^2.45.0",
"@svgr/webpack": "^8.1.0",
"@types/file-saver": "^2.0.7",
"@types/gtag.js": "^0.0.19",
"@types/jsdom": "^28.0.3",
"@types/navermaps": "^3.6.4",
"@types/node": "^24.13.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"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.1.1",
"globals": "^16.4.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.23",
"prettier": "^3.6.2",
"sass": "^1.53.0",
"stylelint": "^17.14.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-selector-bem-pattern": "^5.0.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2"
},
"engines": {
"node": "24.14.1",
"yarn": "4.17.0"
},
"resolutions": {
"tar": "7.5.21",
"brace-expansion@^1.1.7": "1.1.16",
"brace-expansion@^2.0.1": "2.1.2",
"brace-expansion@^5.0.2": "5.0.9",
"js-yaml@^3.13.1": "3.15.0",
"js-yaml@^4.1.0": "4.3.0",
"immutable": "4.3.9",
"picomatch@^4.0.2": "4.0.5",
"picomatch@^4.0.3": "4.0.5",
"minimatch@^9.0.1": "9.0.9",
"minimatch@^9.0.4": "9.0.9",
"glob@^10.2.2": "10.5.0",
"glob@^10.3.7": "10.5.0",
"glob@^10.3.10": "10.5.0",
"postcss@^8.5.6": "8.5.26",
"postcss@^8.5.15": "8.5.26",
"form-data": "4.0.6",
"uuid": "11.1.1",
"svgo": "3.3.4",
"sharp": "0.35.0",
"ip": "2.0.1",
"@babel/core": "7.29.6",
"@opentelemetry/core": "2.8.0"
},
"type": "module",
"packageManager": "yarn@4.17.0"
}