-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "learn-starter",
"version": "1.1.0",
"description": "Klaus Ferreira's Personal Website",
"main": "pages/index.tsx",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KlausEverWalkingDev/KlausEverWalkingDev.github.io.git"
},
"author": "Klaus Ferreira <[email protected]> (https://devcaminhante.org/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/KlausEverWalkingDev/KlausEverWalkingDev.github.io/issues"
},
"homepage": "https://github.com/KlausEverWalkingDev/KlausEverWalkingDev.github.io#readme",
"dependencies": {
"date-fns": "^2.23.0",
"gray-matter": "^4.0.3",
"next": "~11.1.0",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"remark": "^13.0.0",
"remark-html": "^13.0.1"
},
"devDependencies": {
"@types/node": "^16.7.4",
"@types/react": "^17.0.19",
"typescript": "^4.4.2"
}
}