-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.03 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.03 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "./development.sh",
"lint": "eslint .",
"build": "./build.sh",
"deploy": "./deploy.sh",
"db:pull": "rsync -v nonacademic.net:/opt/nonacademic/server/latex.db latex.db",
"db:push-evil": "rsync -v --chmod=ugo=rwX latex.db nonacademic.net:/opt/nonacademic/server/latex.db"
},
"dependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/mdx": "^4.3.10",
"@astrojs/node": "^9.5.0",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.13",
"@astrojs/svelte": "^7.2.2",
"@astrojs/vue": "^5.1.3",
"@latex4000/fetch-hmac": "^0.1.1",
"@libsql/client": "^0.14.0",
"@nanostores/react": "^0.8.4",
"@types/d3": "^7.4.3",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"astro": "^5.15.4",
"d3": "^7.9.0",
"dompurify": "^3.2.4",
"drizzle-orm": "^0.39.3",
"exif-be-gone": "^1.5.1",
"jsdom": "^26.0.0",
"linkify-html": "^4.2.0",
"lz-string": "^1.5.0",
"marked": "^15.0.6",
"marked-base-url": "^1.1.6",
"marked-emoji": "^1.4.3",
"nanostores": "^0.11.3",
"nodemailer": "^8.0.1",
"postcss": "^8.5.2",
"postcss-prefix-selector": "^2.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rss-parser": "^3.13.0",
"sharp": "^0.33.5",
"svelte": "^5.17.3",
"typescript": "^5.7.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@eslint/css": "^0.2.0",
"@faker-js/faker": "^9.5.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.7",
"@types/nodemailer": "^7.0.10",
"@types/postcss-prefix-selector": "^1.16.3",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2"
}
}