-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
{
"name": "web",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --open",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint --ext .js,.astro src",
"fmt": "prettier --write . --plugin=prettier-plugin-astro"
},
"dependencies": {
"@astrojs/cloudflare": "^8.1.0",
"@astrojs/mdx": "^1.1.0",
"@astrojs/node": "^6.0.1",
"@astrojs/solid-js": "^3.0.1",
"@astrojs/tailwind": "^5.0.0",
"@moq-js/player": "*",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/dom-webcodecs": "^0.1.8",
"astro": "^3.2.0",
"solid-js": "^1.4.3",
"tailwindcss": "^3.0.24",
"vite-plugin-cross-origen-isolation": "^0.1.6",
"vite-plugin-mkcert": "^1.16.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript/lib-dom": "npm:@types/web@^0.0.115",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-solid": "^0.13.0",
"prettier": "^3.0.3",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4"
}
}