-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
54 lines (54 loc) · 1.87 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
53
54
{
"name": "my-portfolio",
"version": "1.0.0",
"private": true,
"description": "Hi! My name is Jean Rondón I'm from Venezuela and I have +2 year of work experience in JavaScript/TypeScript and React, I'm a lover of page design or other things and whenever I can I try to learn new technologies since I discovered programming at 16. I love what I do and I help others with what I can, I also use in web, mobile and desktop development Next.js, Angular, Ionic and Electron implementing good practices, clean architecture, pixel perfect and agile methodologies.",
"author": "Jean Rondón <[email protected]>",
"repository": "https://github.com/jeandv/my-next-portfolio",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/carousel": "^5.10.3",
"@mantine/core": "^5.10.3",
"@mantine/hooks": "^5.10.3",
"@next/font": "^13.4.13",
"@portabletext/react": "^2.0.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"embla-carousel-react": "^7.0.9",
"framer-motion": "^8.5.4",
"next": "^13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.33.4",
"styled-components": "^5.2.0",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-config-next": "^13.1.4",
"postcss": "^8.4.21",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.3"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}