forked from nishantrpai/rarity-score
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 678 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 678 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install"
},
"dependencies": {
"html2canvas": "^1.3.2",
"next": "latest",
"next-seo": "^4.27.0",
"react": "^17.0.2",
"react-debounce-input": "^3.2.5",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"swr": "^1.0.0",
"use-react-screenshot": "^1.0.2"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"husky": ">=6",
"lint-staged": ">=10",
"postcss": "^8.3.5",
"prettier": "2.4.1",
"tailwindcss": "^2.2.4"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
}
}