-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1 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
{
"name": "portfolio",
"private": true,
"scripts": {
"prebuild": "node ./scripts/sitemap-generator.js",
"dev": "yarn prebuild && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "patch-package"
},
"dependencies": {
"autoprefixer": "^10.4.2",
"axios": "^0.25.0",
"next": "12.0.8",
"patch-package": "^6.4.7",
"postcss": "^8.4.5",
"postinstall-postinstall": "^2.1.0",
"react": "17.0.2",
"react-canvas-draw": "^1.2.1",
"react-dom": "17.0.2",
"react-html-parser": "^2.0.2",
"tailwindcss": "^3.0.13",
"use-double-tap": "^1.3.3"
},
"devDependencies": {
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@types/react-canvas-draw": "^1.1.1",
"@types/react-html-parser": "^2.0.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
"typescript": "4.5.4"
}
}