-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 860 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 860 Bytes
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
{
"name": "friendfeed",
"type": "module",
"version": "2.1.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "eslint ."
},
"dependencies": {
"@remixicon/react": "^4.9.0",
"astro": "^5.0.0",
"axios": "^1.15.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sanitize-html": "^2.17.3"
},
"devDependencies": {
"@astrojs/react": "^4.4.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/sanitize-html": "^2.16.1",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"astrojs-service-worker": "^2.0.0",
"eslint": "^9.39.4",
"eslint-plugin-astro": "^1.7.0",
"globals": "^17.5.0",
"typescript": "~5.9.3",
"workbox-build": "^6.6.0"
}
}