-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 915 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
{
"name": "portfolio-site-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^10.4.16",
"csv-loader": "^3.0.5",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"next": "^13.5.2",
"next-images": "^1.8.5",
"next-mdx-remote": "^4.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-particles": "^2.12.2",
"serve": "^14.2.1",
"sharp": "^0.32.6",
"stream": "^0.0.2",
"styled-components": "^5.3.11",
"tsparticles": "^2.12.0",
"vercel": "^33.4.1"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^2.0.2",
"babel-plugin-styled-components": "^2.1.4"
}
}