-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.69 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
55
56
{
"name": "portfolio_v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:inspect": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ep44/particles-emiter": "^0.1.3",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/markdown-it": "^12.2.3",
"@types/nodemailer": "^6.4.6",
"@types/react-syntax-highlighter": "^15.5.6",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"classnames": "^2.3.1",
"daisyui": "^2.42.1",
"formik": "^2.2.9",
"gray-matter": "^4.0.3",
"next": "12.2.5",
"nodemailer": "^6.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"@types/node": "18.7.13",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.36.0",
"@typescript-eslint/parser": "^5.36.0",
"autoprefixer": "^10.4.8",
"cross-env": "^7.0.3",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"next-sitemap": "^3.1.42",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.8.2"
},
"packageManager": "[email protected]+sha1.73c608c602d520c436c7b250330315d83ffcc1ee"
}