-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.95 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
{
"name": "christmas-card-template",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:kimploo/christmas-card-template.git",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"db-generate": "prisma generate"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/carousel": "^7.3.2",
"@mantine/core": "^7.3.2",
"@mantine/dates": "^7.3.2",
"@mantine/form": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mantine/notifications": "^7.3.2",
"@prisma/client": "^5.7.1",
"@reduxjs/toolkit": "^2.0.1",
"@tabler/icons-react": "^2.44.0",
"axios": "^1.6.2",
"dayjs": "^1.11.7",
"embla-carousel-react": "^8.0.0-rc15",
"is-mobile": "^4.0.0",
"pretendard": "^1.3.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.0",
"react-snowfall": "^1.2.1",
"react-toastify": "^9.1.3"
},
"devDependencies": {
"@sentry/react": "^7.91.0",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.32",
"postcss-preset-mantine": "^1.12.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.1.1",
"prisma": "^5.7.1",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html-env": "^1.2.7",
"vite-plugin-radar": "^0.9.2",
"vite-tsconfig-paths": "^4.2.2"
}
}