-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "website-portfolio-code",
"version": "2.1.0",
"description": "Template for create website portfolio or curriculum",
"main": "index.tsx",
"homepage": "https://rithienatan.github.io/website-portfolio-template/",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start"
},
"keywords": [
"tsparticles",
"react",
"next",
"typescript",
"single page",
"website portfolio"
],
"engines": {
"node": ">=18.13.0"
},
"author": "Rithie Natan Carvalhaes Prado",
"license": "Apache 2.0",
"type": "module",
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.4"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.6",
"next": "^13.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tsparticles": "^2.8.0",
"sass": "^1.57.1",
"tsparticles": "^2.8.0"
}
}