forked from PETEletricaUFBA/peteletricaufba.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 842 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
{
"name": "websitepet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@pondorasti/remark-img-links": "^1.0.8",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1"
},
"devDependencies": {
"@types/bootstrap": "^5.1.12",
"@types/node": "17.0.39",
"@types/react": "18.0.10",
"@types/react-dom": "18.0.5",
"bootstrap": "^5.1.3",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"fontawesome-free": "^1.0.4",
"sass": "^1.52.2",
"typescript": "4.7.3"
}
}