forked from jesmarsc/scf-voting-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 947 Bytes
/
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
{
"private": true,
"name": "scf-voting",
"version": "0.0.1",
"license": "MIT",
"babelMacros": {
"twin": {
"preset": "goober"
}
},
"scripts": {
"start": "preact watch --template=src/template.html --https",
"build": "preact build --no-esm --no-sw --no-json --no-prerender --template=src/template.html",
"build:analyze": "npm run build -- --analyze"
},
"dependencies": {
"@albedo-link/intent": "^0.12.0",
"@preact/signals": "^1.1.3",
"@stellar/freighter-api": "^1.4.0",
"@tanstack/react-table": "^8.7.9",
"goober": "2.1.2",
"preact": "^10.13.1",
"preact-custom-element": "^4.2.1",
"react-icons": "^4.4.0",
"zustand": "^3.5.9"
},
"devDependencies": {
"@agney/babel-plugin-goober-css-prop": "0.0.1",
"@types/preact-custom-element": "^4.0.1",
"preact-cli": "^3.4.5",
"tailwindcss": "^3.2.7",
"twin.macro": "^3.1.0",
"typescript": "^4.9.5"
}
}