-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 930 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 930 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
35
36
{
"name": "gephi.github.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.7",
"@astrojs/react": "^4.4.0",
"@astrojs/sitemap": "^3.6.0",
"@cospired/i18n-iso-languages": "^4.2.0",
"@iconify-json/bi": "^1.2.6",
"@iconify-json/ph": "^1.2.2",
"@ouestware/hooks": "^0.0.1-alpha.6",
"astro": "^5.14.1",
"astro-icon": "^1.1.5",
"bootstrap": "^5.3.8",
"classnames": "^2.5.1",
"lodash-es": "^4.17.21",
"marked": "^16.3.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"rss-parser": "^3.13.0",
"sass": "^1.93.2",
"typescript": "^5.9.2"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12"
}
}