-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1019 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1019 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
37
{
"name": "proactive-ai-assistant",
"version": "1.0.0",
"description": "AI-powered Chrome extension that provides context-aware helper tools",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"test": "echo \"No tests yet\""
},
"dependencies": {
"d3": "^7.9.0",
"function-plot": "^1.25.1",
"katex": "^0.16.9",
"marked": "^11.0.0",
"mathjs": "^15.1.0",
"openai": "^4.104.0",
"plotly.js-dist-min": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tesseract.js": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@types/chrome": "^0.0.254",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.5.4",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"author": "Proactive AI Team",
"license": "MIT"
}