forked from bertrand-riviere/next-azure-static-scr-root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1010 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
36
37
38
39
40
41
42
43
{
"name": "next-azure-static-scr-root",
"version": "1.0.0",
"description": "next-azure-static-scr-root",
"scripts": {
"lint": "next lint",
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"keywords": [],
"author": "Bertrand Riviere",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/bertrand-riviere/next-azure-static-scr-root"
},
"homepage": "https://github.com/bertrand-riviere/next-azure-static-scr-root",
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.1.6",
"husky": "^8.0.3",
"prettier": "^2.8.4"
},
"dependencies": {
"jose": "^4.12.0",
"jwt-decode": "^3.1.2",
"next": "13.1.6",
"prop-types": "^15.8.1",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"engines": {
"node": "16.x"
}
}