-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 904 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
{
"private": true,
"name": "deminearchiver-website",
"packageManager": "[email protected]",
"workspaces": [
"app",
"packages/*",
"packages/astro/*",
"packages/material/*",
"packages/material/material-color-utilities/typescript"
],
"scripts": {
":": "yarn workspace",
":website": "yarn : @deminearchiver/website",
"astro": "yarn :website astro",
"dev": "yarn :website dev",
"build": "yarn :website build",
"preview": "yarn :website preview",
"deploy:cloudflare": "yarn wrangler pages deploy app/dist --project-name=deminearchiver"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/sanitize-html": "^2.11.0",
"eslint": "^9.2.0",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-solid": "^0.14.0",
"fontaine": "^0.5.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha",
"wrangler": "^3.57.0"
}
}