-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.91 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.91 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "rgbstrip-new",
"type": "module",
"private": true,
"scripts": {
"dev": "zenom dev",
"build": "zenom build",
"start": "zenom serve",
"restart": "pm2 restart 8",
"format": "prettier --write --ignore-unknown client server src",
"test": "npm run test:typecheck && npm run test:format && npm run test:jest",
"test:typecheck": "tsc -p tsconfig.json --noEmit",
"test:format": "prettier --check --ignore-unknown client server src",
"test:lint": "eslint . --ext .ts,.tsx,.js --ignore-pattern dist",
"test:jest": "cross-env NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules jest --coverage"
},
"devDependencies": {
"@types/d3-color": "^3.1.3",
"@types/d3-interpolate": "^3.0.4",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.21",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/tough-cookie": "^4.0.5",
"@types/winston": "^2.4.4",
"@types/ws": "^8.18.1",
"axios": "^0.27.2",
"axios-cookiejar-support": "^4.0.7",
"eslint": "^8.57.0",
"grammy": "^1.22.4",
"grammy-inline-menu": "^8.0.1",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"simplex-noise": "^4.0.1",
"tough-cookie": "^4.1.4",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^3.6.0",
"zenom": "^2.0.4"
},
"dependencies": {
"@hattip/adapter-node": "^0.0.35",
"@hattip/response": "0.0.45",
"chalk": "^5.3.0",
"cron": "^3.1.7",
"cross-env": "^7.0.3",
"d3-color": "^3.1.0",
"d3-interpolate": "^3.0.1",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"fft-js": "^0.0.12",
"mic": "^2.1.1",
"essentia.js": "^0.1.3",
"react": "^19.1.0",
"react-colorful": "^5.6.1",
"react-dom": "^19.1.0",
"react-router-dom": "^6.23.0",
"ring-buffer-ts": "^1.2.0",
"winston": "^3.17.0",
"ws": "^8.18.2",
"zod": "^3.25.57"
}
}