-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 927 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
{
"name": "portfolio",
"version": "3.7.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@fireworks-js/react": "^2.10.8",
"@headlessui/react": "^2.2.0",
"@sdevs/screen-sizr": "^2.0.0",
"cobe": "^0.6.3",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.7",
"next": "14.2.21",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"eslint": "^9.7.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.6"
}
}