-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.38 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
39
40
41
42
43
{
"name": "cadence-executor",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@jsonforms/core": "^3.0.0-rc.0",
"@jsonforms/react": "^3.0.0-rc.0",
"@jsonforms/vanilla-renderers": "^3.0.0-rc.0",
"@onflow/cadence-language-server": "^0.26.1",
"@onflow/fcl": "^1.3.2",
"@onflow/flow-cadut": "^0.2.0-alpha.9",
"@picocss/pico": "^1.4.1",
"axios": "^0.27.2",
"copy-webpack-plugin": "^10.2.4",
"flow-catalog": "^0.1.1",
"flow-sight": "github:Zay-Codes-Lab/flow-sight",
"monaco-editor": "^0.31.1",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-languageclient": "^0.18.1",
"next": "^12.0.7",
"next-axiom": "^0.14.0",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-device-detect": "^2.2.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-json-view": "^1.21.3",
"react-monaco-editor": "^0.47.0",
"vscode-jsonrpc": "^6.0.0"
},
"devDependencies": {
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"prettier": "^2.6.2"
}
}