-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 878 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
{
"name": "my-cashscript-playground",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bitauth/libauth": "^3.0.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@monaco-editor/react": "^3.6.2",
"@types/node": "^18.15.11",
"@types/react": "18.0.30",
"@types/react-dom": "18.0.11",
"bootstrap": "^4.5.2",
"cashc": "0.6.5",
"cashscript": "0.6.5",
"chronik-client": "^1.3.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"next": "^14.2.3",
"react": "18.2.0",
"react-bootstrap": "^2.10.2",
"react-dom": "18.2.0",
"react-overlays": "^5.2.1",
"react-qrbtf": "^1.2.1",
"sass": "^1.60.0",
"typescript": "5.0.2",
"use-copy": "^0.0.2"
}
}