-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 977 Bytes
/
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
{
"name": "portfolio",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"start": "serve -s dist"
},
"dependencies": {
"@react-spring/web": "^9.7.5",
"@tabler/icons-react": "^3.24.0",
"clsx": "^2.1.1",
"framer-motion": "^11.13.1",
"moment-timezone": "^0.5.46",
"react": "^18.3.1",
"react-animated-cursor": "^2.11.2",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"serve": "^14.2.4",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"vite": "^6.0.3"
}
}