forked from block-core/angor-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 814 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
{
"name": "angor",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"description": "A decentralized crowdfunding platform built on Bitcoin and Nostr",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.2",
"@fontsource/inter": "^5.1.0",
"@swup/astro": "^1.4.1",
"astro": "^4.16.7",
"framer-motion": "^11.11.10",
"gsap": "^3.12.5",
"npm": "^10.9.0",
"npm-check-updates": "^17.1.6",
"overlayscrollbars": "^2.10.0",
"tailwindcss": "^3.4.14",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}