-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.45 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
42
43
44
45
46
47
48
{
"name": "stytch-nextjs-app-router-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"setup:attributes": "export SETUP_STEP=0 && node setup",
"setup:schema": "terraform init && terraform plan && terraform apply",
"setup:elements": "export SETUP_STEP=1 && node setup",
"setup": "npm run setup:attributes && npm run setup:schema && npm run setup:elements",
"setup:clean": "rm -rf terraform.tfstate terraform.tfstate.backup .terraform .terraform.lock.hcl",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@casl/ability": "^6.7.1",
"@casl/react": "^4.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.20",
"@permitio/permit-js": "^0.4.4",
"@stytch/nextjs": "^19.0.0",
"@stytch/vanilla-js": "^4.11.2",
"@types/node": "20.11.24",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"antd": "^5.18.1",
"autoprefixer": "^10.4.19",
"cookie": "^0.6.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.1",
"isomorphic-unfetch": "^4.0.2",
"next": "13.4.6",
"permit-fe-sdk": "^1.4.0",
"permitio": "^2.5.4",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"stytch": "^10.5.0",
"tailwindcss": "^3.4.4",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/cookie": "^0.6.0"
}
}