-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1019 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
36
37
38
{
"name": "xgov-guru",
"version": "0.0.1",
"description": "Be an Algorand xGov guru",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"algosdk": "^2.7.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.54.0",
"eslint-plugin-solid": "^0.13.0",
"postcss": "^8.4.28",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^5.0.0",
"@kobalte/core": "^0.9.8",
"@kobalte/tailwindcss": "^0.6.5",
"@observablehq/plot": "^0.6.10",
"buffer": "^6.0.3",
"solid-js": "^1.7.11"
}
}