-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) Β· 937 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
38
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.8.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/playfair-display": "^5.0.24",
"@fontsource/prata": "^5.0.19",
"color-thief-react": "^2.1.0",
"framer-motion": "^6",
"next": "^12.0.10",
"nextkit": "^3.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "^1.2.1",
"tinycolor": "^0.0.1",
"use-last-fm": "^0.6.1"
},
"devDependencies": {
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint-config-next": "^12.0.10",
"eslint-config-xo": "^0.40.0",
"eslint-config-xo-react": "^0.26.0",
"eslint-config-xo-typescript": "^0.50.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
}
}