-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "gemss",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro build && wrangler pages dev ./dist",
"astro": "astro",
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"dependencies": {
"@astrojs/cloudflare": "^7.3.1",
"@astrojs/solid-js": "^3.0.1",
"@astrojs/tailwind": "^5.0.0",
"astro": "^3.2.0",
"astro-icon": "1.0.0-next.2",
"solid-js": "^1.7.12",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-plugin-astro": "^0.29.0",
"postcss-html": "^1.5.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"stylelint": "^15.10.3",
"stylelint-config-html": "^1.1.0",
"tsm": "^2.3.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"wrangler": "^3.10.1"
}
}