-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.56 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
44
45
46
47
48
{
"name": "intuition-chrome-extension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node build.js",
"build:css": "tailwindcss -i ./input.css -o ./style.css --minify",
"cp:graphview": "cp ../graphviz-poc/packages/wasm-graph-view/pkg/wasm_graph_view_bg* ./dist/popup",
"codegen": "graphql-codegen",
"build:watch": "npm-run-all --parallel build:ts:watch build:css:watch",
"build:ts:watch": "node build.js --watch",
"build:css:watch": "tailwindcss -i ./input.css -o ./style.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chrome": "^0.0.271",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.23.1",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.4.12"
},
"dependencies": {
"@0xintuition/protocol": "^0.1.3",
"@apollo/client": "^3.11.8",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-typed-document-node/core": "^3.2.0",
"blo": "^1.2.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"graphql": "^16.9.0",
"metamask-extension-provider": "^5.0.0",
"openai": "^4.63.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.2",
"viem": "^2.21.8",
"wasm-graph-view": "link:../graphviz-poc/packages/wasm-graph-view/pkg",
"zod": "^3.23.8"
},
"packageManager": "[email protected]+sha256.7f63001edc077f1cff96cacba901f350796287a2800dfa83fe898f94183e4f5f"
}