-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.44 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
45
46
47
48
49
50
{
"name": "counterparty",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "concurrently \"tinacms dev\" \"astro dev\"",
"tina": "TINA_PUBLIC_IS_LOCAL=true tinacms dev",
"build": "TINA_PUBLIC_IS_LOCAL=true tinacms dev && astro build",
"prod": "tinacms dev && astro build",
"preview": "astro preview",
"astro": "astro",
"start": "astro dev"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.2",
"@iconify-json/fa6-brands": "^1.2.1",
"@iconify-json/fa6-solid": "^1.2.1",
"@swc/core": "^1.7.36",
"@swc/plugin-styled-components": "^3.0.3",
"@tinacms/cli": "^1.6.8",
"@tinacms/datalayer": "^1.3.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"astro": "^4.16.4",
"astro-embed": "^0.7.4",
"astro-icon": "^1.1.1",
"react": "^18.3.1",
"react-countdown": "^2.3.6",
"react-dom": "^18.3.1",
"react-tweet": "^3.2.1",
"react-twitter-embed": "^4.0.4",
"styled-components": "^6.1.13",
"tailwindcss": "^3.4.14",
"tinacms": "^2.2.8",
"tinacms-authjs": "^5.0.8",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/codemirror": "^5.60.15",
"autoprefixer": "^10.4.13",
"concurrently": "^8.0.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"vite-plugin-wasm": "^3.3.0"
}
}