-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "profile",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://fahimsweb.github.io/profile",
"title": "Welcome to My Profile",
"description": "An Opensource starter Profile template with React, Tailwind, Framer Motion and react-icons",
"author": {
"name": "Fahim Mohammed",
"email": "[email protected]"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"clean": "prettier --log-level warn --write \"**/*.{js,jsx,ts,tsx,md,json,cjs,mjs}\" ",
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^11.11.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.4",
"vite": "^5.3.1"
},
"packageManager": "[email protected]"
}