-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 KB
/
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
33
34
35
36
37
{
"name": "bablr-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.0.0",
"@astrojs/solid-js": "^5.0.0",
"@astrojs/starlight": "^0.30.2",
"@bablr/agast-helpers": "^0.5.2",
"@bablr/agast-vm-helpers": "^0.5.1",
"@bablr/boot": "^0.6.3",
"@bablr/helpers": "^0.20.5",
"@bablr/io-vm-web": "^0.2.0",
"@bablr/language-en-cstml": "^0.7.0",
"astro": "^5.0.9",
"bablr": "^0.6.1",
"sharp": "^0.33.5",
"solid-js": "^1.9.3"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.25",
"@bablr/eslint-config-base": "github:bablr-lang/eslint-config-base#49f5952efed27f94ee9b94340eb1563c440bf64e",
"@flydotio/dockerfile": "^0.5.8",
"eslint": "^8.32.0",
"eslint-import-resolver-enhanced-resolve": "^1.0.5",
"eslint-plugin-import": "^2.27.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}