-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 976 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": "karanteeni.github.io",
"description": "Karanteenin NEXT.js sivut",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"next": "^12.0.8",
"react": "17.0.2",
"react-colorful": "^5.6.1",
"react-dom": "17.0.2",
"react-toast-notifications": "^2.5.1",
"react-tooltip": "^4.2.21",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "^17.0.38",
"typescript": "^4.5.5"
},
"license": "MIT"
}