-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 945 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": "shadowaya-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@iconify/react": "^4.1.1",
"@types/node": "20.5.4",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@vercel/speed-insights": "^1.0.14",
"classnames": "^2.3.2",
"eslint": "8.47.0",
"eslint-config-next": "14.2.11",
"framer-motion": "^10.16.4",
"libxmljs": "^1.0.11",
"moment-timezone": "^0.5.44",
"next": "14.2.11",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-repo-card": "^2.0.1",
"sharp": "^0.33.5",
"typescript": "5.2.2"
},
"devDependencies": {
"sass": "^1.77.6",
"tsx": "^4.19.1"
}
}