-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.17 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
{
"name": "chainsynth",
"version": "0.1.0",
"description": "Audio-visual synthesis with real-time blockchain data.",
"scripts": {
"build": "webpack --config ./src/client/webpack.prod.js",
"format:check": "prettier . --check",
"format": "prettier . --write",
"dev": "webpack serve --config ./src/client/webpack.dev.js"
},
"author": "Kutsal Kaan Bilgin <[email protected]> (https://github.com/kukabi)",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@polkadot/api": "^14.1.1",
"@polkadot/api-derive": "^14.1.1",
"@polkadot/types": "^14.1.1",
"@types/express": "^5.0.0",
"@types/node": "^22.8.1",
"@types/pizzicato": "^0.6.4",
"express": "^4.21.1",
"minimist": "^1.2.8",
"node-forge": "^1.3.1",
"note-to-frequency": "^1.4.1",
"pizzicato": "^0.6.4",
"prettier": "3.3.3",
"terser": "^5.36.0",
"ts-loader": "^9.5.1",
"two.js": "^0.8.14",
"typescript": "5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^6.0.1"
}
}