-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 883 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
{
"name": "@example/with-tailwindcss",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/solid-js": "^1.1.0",
"@astrojs/tailwind": "^1.0.0",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/state": "^6.1.1",
"@codemirror/view": "^6.2.3",
"astro": "^1.1.6",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"codemirror": "^6.0.1",
"file-saver": "^2.0.5",
"postcss": "^8.4.14",
"screenfull": "^6.0.2",
"solid-icons": "^1.0.1",
"solid-js": "^1.5.4",
"tailwindcss": "^3.0.24",
"thememirror": "^2.0.1"
},
"devDependencies": {
"@types/canvas-confetti": "^1.4.3",
"@types/file-saver": "^2.0.5"
}
}