-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "milky-dao",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"clean": "rimraf dist node_modules"
},
"devDependencies": {
"@astrojs/image": "^0.6.0",
"@astrojs/mdx": "^0.11.1",
"@astrojs/solid-js": "^1.1.0",
"@astrojs/tailwind": "^1.0.0",
"@types/micromodal": "^0.3.3",
"astro": "^1.0.1",
"astro-eleventy-img": "^0.5.0",
"astro-icon": "^0.7.3",
"buffer": "^6.0.3",
"prettier": "2.7.1",
"prettier-plugin-astro": "^0.5.0",
"rimraf": "^3.0.2",
"solid-js": "^1.5.4",
"tailwindcss-fluid-type": "^1.3.3"
},
"dependencies": {
"@astrojs/vercel": "^2.1.0",
"@dcspark/milkomeda-js-sdk": "^0.5.3",
"@nanostores/solid": "^0.3.0",
"@nestjs/typeorm": "^9.0.1",
"@suid/icons-material": "^0.4.0",
"@suid/material": "^0.6.2",
"micromodal": "^0.4.10",
"nanostores": "^0.7.0",
"nanostores-persistent-solid": "^0.1.7",
"sqlite3": "^5.1.1",
"typeorm": "^0.3.10"
}
}