-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.7 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
{
"name": "junction-asia-busan-2023-just",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "Junction2023 just team",
"homepage": "https://junction-asia-2023.github.io/just-label/",
"scripts": {
"dev": "yarn && vite",
"build": "tsc && vite build",
"fix:eslint": "eslint src --fix --ext ts,tsx --report-unused-disable-directives",
"fix:prettier": "prettier --write --list-different \"src/**/*.{ts,tsx}\"",
"fix": "npm-run-all -p --print-label \"fix:**\"",
"lint:eslint": "eslint src --ext ts,tsx --report-unused-disable-directives",
"lint:prettier": "prettier --list-different \"src/**/*.{ts,tsx}\"",
"lint": "npm-run-all -p --print-label \"lint:**\"",
"deploy": "yarn build && gh-pages -d dist",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@tanstack/react-query": "^4.32.6",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"html2canvas": "^1.4.1",
"jotai": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.15.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"gh-pages": "^6.0.0",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.2",
"sass": "^1.66.1",
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"license": "MIT"
}