-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.5",
"@types/three": "^0.156.0",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"framer-motion": "^6.2.10",
"graphql": "^16.3.0",
"gray-matter": "^4.0.3",
"next": "13.3.0",
"next-seo": "^6.1.0",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.3.1",
"react-responsive": "^9.0.0-beta.6",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sass": "^1.68.0",
"showdown": "^2.1.0",
"showdown-youtube": "^1.2.1",
"three": "^0.139.2",
"three-full": "^28.0.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/node": "^20.8.2",
"@types/react": "^18.2.25",
"autoprefixer": "^10.4.16",
"eslint": "^8.13.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}