forked from priyanshur66/lit-secrets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 965 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
{
"name": "litsecrets",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@lit-protocol/auth-helpers": "^6.11.1",
"@lit-protocol/constants": "^6.11.1",
"@lit-protocol/contracts-sdk": "^6.11.1",
"@lit-protocol/lit-node-client": "^6.11.1",
"axios": "^1.7.7",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"openai": "^4.72.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1"
}
}