-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 971 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 971 Bytes
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": "nextjs-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .next node_modules"
},
"dependencies": {
"@consensys/ds3": "0.0.5",
"@consensys/ds3-config": "0.0.4",
"@consensys/ds3-theme": "0.0.4",
"next": "14.2.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native-safe-area-context": "4.12.0",
"react-native": "0.76.1",
"react-native-web": "^0.20.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"postcss": "^8",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.14.3+sha512.c0f53ee99477ed969b82b289ad011a5d16bf1623c957e7f29eabe8d0c00b574c29b8c7f54f6c67ee710c73f285c8154d07ce44b46fe2c0eeb476a90441bac371",
"pnpm": {
"overrides": {
"react-native-svg": "15.4.0"
}
}
}