-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
{
"dependencies": {
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
"@legendapp/state": "^1.2.8",
"@preact/signals": "^1.1.3",
"@tanstack/react-router": "0.0.1-beta.145",
"@trufflehq/sdk": "^0.4.1",
"@trufflehq/transframe": "^0.0.44",
"@types/tinycolor2": "^1.4.4",
"@types/tmi.js": "^1.8.5",
"deepmerge": "^4.3.1",
"preact": "^10.11.3",
"tinycolor2": "^1.6.0",
"tmi.js": "^1.8.5",
"universal-router": "^9.2.0",
"urql": "3.0.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@types/jscodeshift": "^0",
"eslint": "^8.47.0",
"eslint-config-truffle-react": "workspace:^",
"eslint-formatter-pretty": "^5.0.0",
"jscodeshift": "^0.14.0",
"prettier": "^3.0.0",
"sass": "^1.58.1",
"typescript": "^4",
"vite": "^4.1.0"
},
"name": "chat-overlay",
"peerDependencies": {
"wonka": "*"
},
"private": true,
"scripts": {
"build": "NODE_ENV=production vite build",
"dev": "vite",
"format": "prettier --write . && eslint src --ext .mjs,.js,.ts --fix --format=pretty",
"lint": "prettier --check . && eslint src --ext .mjs,.js,.ts --format=pretty",
"preview": "vite preview"
},
"type": "module",
"version": "0.0.0"
}