generated from renchris/panda-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
49
{
"name": "panda-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "panda codegen",
"push": "drizzle-kit push:sqlite",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@github/webauthn-json": "^2.1.1",
"@next/eslint-plugin-next": "^14.0.4",
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/server": "^9.0.1",
"@simplewebauthn/types": "^9.0.1",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"better-sqlite3": "^9.4.0",
"cookie": "^0.6.0",
"drizzle-orm": "^0.29.3",
"iron-session": "github:renchris/iron-session#v8-as-dependency",
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@pandacss/dev": "^0.30.1",
"@types/better-sqlite3": "^7.6.9",
"@types/cookie": "^0.6.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"drizzle-kit": "^0.20.14",
"encoding": "^0.1.13",
"eslint": "8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "14.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2"
}
}