-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.98 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.98 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
{
"name": "frontend",
"version": "0.1.0",
"scripts": {
"@frontend/common": "pnpm -F @frontend/common",
"@frontend/shop": "pnpm -F @frontend/shop",
"build:@frontend": "pnpm -r run build",
"@apps/pyconkr": "pnpm -F ./apps/pyconkr",
"dev:@apps/pyconkr": "pnpm vite ./apps/pyconkr",
"build:@apps/pyconkr": "tsc -b && pnpm vite build ./apps/pyconkr",
"preview:@apps/pyconkr": "pnpm vite preview ./apps/pyconkr",
"dev:@apps/pyconkr-admin": "pnpm vite ./apps/pyconkr-admin",
"build:@apps/pyconkr-admin": "tsc -b && pnpm vite build ./apps/pyconkr-admin",
"preview:@apps/pyconkr-admin": "pnpm vite preview ./apps/pyconkr-participant-portal",
"dev:@apps/pyconkr-participant-portal": "pnpm vite ./apps/pyconkr-participant-portal",
"build:@apps/pyconkr-participant-portal": "tsc -b && pnpm vite build ./apps/pyconkr-participant-portal",
"preview:@apps/pyconkr-participant-portal": "pnpm vite preview ./apps/pyconkr-admin",
"lint": "eslint .",
"format": "prettier --write \"{apps,packages}/**/*.{js,jsx,ts,tsx}\"",
"format:check": "prettier --check \"{apps,packages}/**/*.{js,jsx,ts,tsx}\"",
"predeploy": "pnpm build:@apps/pyconkr",
"deploy": "gh-pages -d dist"
},
"workspaces": [
"packages/*",
"apps/*"
],
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@mdx-js/rollup": "^3.1.0",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/system": "^7.1.1",
"@mui/x-date-pickers": "^8.9.0",
"@rjsf/core": "6.0.0-beta.10",
"@rjsf/mui": "6.0.0-beta.10",
"@rjsf/utils": "6.0.0-beta.10",
"@rjsf/validator-ajv8": "6.0.0-beta.10",
"@suspensive/react": "^3.2.0",
"@tanstack/react-query": "^5.76.1",
"@uiw/react-md-editor": "^4.0.7",
"ajv-draft-04": "^1.0.0",
"astring": "^1.9.0",
"axios": "^1.9.0",
"crypto-js": "^4.2.0",
"globals": "^15.15.0",
"json-schema": "^0.4.0",
"luxon": "^3.7.1",
"mui-mdx-components": "^0.5.0",
"notistack": "^3.0.2",
"react": "^19.1.0",
"react-confetti": "^6.4.0",
"react-dom": "^19.1.0",
"react-fast-marquee": "^1.6.5",
"react-hook-form": "^7.58.0",
"react-lottie": "^1.2.10",
"react-router-dom": "^7.6.0",
"react-sortablejs": "^6.1.4",
"react-use": "^17.6.0",
"remark-gfm": "^4.0.1",
"remeda": "^2.21.5",
"sortablejs": "^1.15.6"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@tanstack/react-query-devtools": "^5.76.1",
"@types/crypto-js": "^4.2.2",
"@types/json-schema": "^7.0.15",
"@types/kakaomaps": "^1.1.5",
"@types/luxon": "^3.6.2",
"@types/mdx": "^2.0.13",
"@types/node": "^22.15.18",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@types/react-lottie": "^1.2.10",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-react": "^4.4.1",
"csstype": "^3.1.3",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"gh-pages": "^6.3.0",
"iamport-typings": "^1.4.0",
"prettier": "^3.5.3",
"rollup": "^4.40.2",
"rollup-plugin-import-css": "^3.5.8",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.3.5",
"vite-plugin-mdx": "^3.6.1",
"vite-plugin-mkcert": "^1.17.8",
"vite-plugin-svgr": "^4.3.0"
},
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
}