-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
36
37
38
39
40
41
{
"name": "anurag",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 2300",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@fontsource/jost": "^4.5.6",
"@fontsource/sen": "^4.5.3",
"@types/node": "^17.0.22",
"axios": "^0.26.1",
"next": "12.1.4",
"next-seo": "^4.29.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "^1.49.10",
"swr": "^1.2.2"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@types/react": "^17.0.37",
"autoprefixer": "^10.4.0",
"commitlint": "^16.2.3",
"commitlint-config-gitmoji": "^2.2.5",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"husky": "^7.0.4",
"postcss": "^8.4.4",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.0",
"typescript": "^4.5.2"
},
"version": "0.2.11"
}