-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 985 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 985 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
37
{
"name": "@example/minimal",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "2.1.3",
"@fontsource/ibm-plex-sans": "4.5.13",
"@fontsource/inter": "4.5.15",
"@notionhq/client": "^2.2.3",
"astro": "1.9.2",
"astro-compress": "1.1.27",
"astro-icon": "^0.8.0",
"astro-imagetools": "0.7.4",
"atropos": "1.0.2",
"probe-image-size": "^7.2.3",
"tailwindcss": "3.2.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"eslint": "8.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-astro": "0.23.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-promise": "6.1.1"
}
}