-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "deku-originate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"re:build": "rescript",
"re:start": "rescript build -w"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.0",
"@codemirror/legacy-modes": "^6.1.0",
"@rescript/react": "^0.10.3",
"@ryyppy/rescript-promise": "^2.1.0",
"@stablelib/blake2b": "^1.0.1",
"@taquito/signer": "^13.0.1",
"@taquito/utils": "^13.0.1",
"@uiw/codemirror-theme-dracula": "^4.11.4",
"@webassemblyjs/floating-point-hex-parser": "^1.11.4",
"@webassemblyjs/wast-parser": "^1.11.1",
"codemirror": "^6.0.1",
"next": "12.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"wasm-spec": "github:renatoalencar/spec#rescript"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"postcss": "^8.4.14",
"rescript": "^9.1.4",
"tailwindcss": "^3.1.4"
}
}