-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.06 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
{
"private": false,
"name": "portfolio",
"version": "1.0",
"description": "My portfolio",
"author": "XDuke (Tulio Zanella)",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/XDukeHD/Portfolio"
},
"keywords": [
"portfolio",
"nextjs",
"reactjs",
"typescript",
"chakra-ui",
"bootstrap"
],
"bugs": {
"url": "https://xduke.tech/bio"
},
"homepage": "https://xduke.tech",
"scripts": {
"dev": "next -p 2220",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^2.8.0",
"bootstrap": "^5.3.1",
"critters": "^0.0.20",
"jquery": "^3.7.1",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1"
},
"devDependencies": {
"@types/jquery": "^3.5.17",
"@types/node": "^17.0.43",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^4.7.3"
}
}