-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.15 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "epikinetics",
"version": "1.0.0",
"description": "epikinetics UI",
"main": "desktop/index.js",
"scripts": {
"build": "run-s build:*",
"build:remix": "remix build",
"build:server": "esbuild --platform=node --format=cjs ./server.ts --outdir=build --bundle --external:fsevents",
"electron": "electron desktop/index.js",
"dev": "remix dev",
"lint": "eslint ./app/*/**",
"typecheck": "tsc",
"test": "jest --coverage",
"start": "cross-env NODE_ENV=production node ./build/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seroanalytics/epikinetics-app.git"
},
"author": "Alex Hill <alex.hill@gmail.com> (https://github.com/hillalex)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/seroanalytics/epikinetics-app/issues"
},
"homepage": "https://github.com/seroanalytics/epikinetics-app#readme",
"dependencies": {
"@isaacs/express-prometheus-middleware": "^1.2.1",
"@remix-run/express": "^2.10.0",
"@remix-run/node": "^2.10.0",
"@remix-run/react": "^2.10.0",
"bootstrap": "^5.3.3",
"chokidar": "^3.6.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"d3-scale-chromatic": "^3.1.0",
"electron": "^31.1.0",
"express": "^4.19.2",
"isbot": "^4.4.0",
"lucide-react": "^0.397.0",
"morgan": "^1.10.0",
"plotly.js": "^2.34.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.3",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react-plotly.js": "^2.6.0",
"recharts": "^2.13.0-alpha.4",
"remix-electron": "^2.0.2",
"remix-utils": "^7.6.0",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
"@eslint/js": "^9.6.0",
"@jest/globals": "^29.7.0",
"@remix-run/dev": "^2.10.0",
"@remix-run/eslint-config": "^2.10.0",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"globals": "^15.6.0",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.2.4",
"tsx": "^4.16.0",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.2"
}
}