-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
{
"name": "bringid-widget",
"version": "0.1.0",
"private": true,
"license": "AGPL3",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "npx rimraf .next"
},
"dependencies": {
"@reduxjs/toolkit": "^2.3.0",
"@semaphore-protocol/core": "^4.13.1",
"@semaphore-protocol/data": "^4.11.1",
"@semaphore-protocol/identity": "^4.13.1",
"@walletconnect/utils": "2.0.0-beta.100",
"ethers": "^6.8.0",
"next": "15.0.7",
"next-plausible": "^3.12.4",
"randombytes": "^2.1.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-redux": "^9.1.2",
"redux": "^4.1.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/node": "^20",
"@types/randombytes": "^2.0.3",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/redux-logger": "^3.0.6",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"ts-loader": "^9.5.1",
"typescript": "^5"
},
"browser": {
"fs": false
}
}