-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 887 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
{
"name": "m4yk3ldev.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"lint": "next lint",
"build": "next build && next export",
"deploy": "next build && touch out/.nojekyll && git add out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages"
},
"dependencies": {
"@next/font": "13.5.5",
"@types/node": "18.15.11",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"next": "13.5.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/styled-components": "5.1.29",
"autoprefixer": "10.4.14",
"postcss": "8.4.31",
"prettier": "2.8.7",
"prettier-plugin-tailwindcss": "0.2.7",
"tailwindcss": "3.3.5"
}
}