-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.3 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
{
"homepage": "https://likelion-react-16.github.io/Market-Karly",
"name": "market-karly",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "npm run dev -- --open",
"dev": "vite --host --port=3000",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"bootstrap": "^5.2.3",
"dotenv": "^16.0.3",
"firebase": "^9.18.0",
"gh-pages": "^5.0.0",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.3",
"react-router-hash-link": "^2.4.3",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"swiper": "^9.1.1",
"vite-plugin-babel-macros": "^1.0.6"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"classnames": "^2.3.2",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"react-router-dom": "^6.9.0",
"sass": "^1.59.2",
"vite": "^4.1.0",
"vite-plugin-svgr": "^2.4.0"
}
}