-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 953 Bytes
/
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
{
"name": "leobeghine",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint --ext .vue,.astro src"
},
"dependencies": {
"@astrojs/sitemap": "^2.0.0",
"@astrojs/vercel": "^3.7.2",
"@astrojs/vue": "^2.2.1",
"@contentful/rich-text-html-renderer": "^16.1.0",
"@rushstack/eslint-patch": "^1.3.2",
"@vue/eslint-config-typescript": "^11.0.3",
"astro": "^2.8.3",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-robots-txt": "^0.5.0",
"astrojs-service-worker": "^1.0.0",
"contentful": "^10.3.4",
"sass": "^1.63.6",
"vue": "^3.3.4"
},
"devDependencies": {
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-plugin-astro": "^0.27.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-vue": "^9.15.1"
}
}