-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 KB
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
{
"name": "portfolio",
"version": "1.0.0",
"description": "VicM's website",
"main": "index.js",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"prettier": "prettier -write .",
"lint": "next lint"
},
"keywords": [],
"author": "Victor Maree <vicmr1994@gmail.com>",
"license": "MIT",
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.6.12",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fontsource/exo-2": "^4.5.1",
"@fontsource/noto-sans": "^4.5.1",
"@fontsource/signika-negative": "^4.5.0",
"framer-motion": "^4.1.17",
"ionicons": "^6.0.0",
"next": ">=12.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-native-ionicons": "^4.6.5"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-next": "^12.0.3",
"prettier": "^2.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppDeveloperVM/portfolio.git"
},
"bugs": {
"url": "https://github.com/AppDeveloperVM/portfolio/issues"
},
"homepage": "https://github.com/AppDeveloperVM/portfolio#readme"
}