-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.5 KB
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
49
50
{
"name": "contextual-memory-ui",
"version": "1.0.0",
"description": "AI Memory Infrastructure Platform - Search, analyze, and visualize conversations across ChatGPT, Claude, Perplexity, and Gemini",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest --coverage --passWithNoTests",
"test:watch": "jest --watch",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives",
"format": "prettier --write \"src/**/*.{js,jsx,json,css}\""
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"chart.js": "^4.4.0",
"react-chartjs-2": "^5.2.0",
"date-fns": "^2.30.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.0",
"vite": "^5.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/user-event": "^14.5.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"babel-jest": "^29.7.0",
"identity-obj-proxy": "^3.0.0",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"prettier": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/POWDER-RANGER/contextual-memory-ui.git"
},
"author": "Curtis Charles Farrar",
"license": "MIT",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
}