-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.57 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "grayinfilmv2",
"version": "0.2.1",
"type": "module",
"packageManager": "pnpm@8.6.0",
"author": {
"name": "Elian Van Cutsem",
"email": "hello@elian.codes",
"url": "https://www.elian.codes/"
},
"homepage": "https://brutal.elian.codes",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint src --ext .ts",
"lint:fix": "npm run lint -- --fix",
"test": "npm run lint && npx playwright test --project=all-browsers"
},
"dependencies": {
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^2.0.1",
"@eliancodes/brutal-ui": "^0.2.2",
"astro": "^4.15.10",
"dotenv": "^16.3.1",
"playwright-qase-reporter": "^1.2.1",
"satori": "^0.5.0",
"satori-html": "^0.3.2"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.34",
"@iconify-json/uil": "^1.1.5",
"@playwright/test": "^1.37.1",
"@resvg/resvg-js": "^2.4.1",
"@testomatio/reporter": "^1.0.12",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.3.0",
"@unocss/reset": "^0.54.3",
"eslint": "^8.48.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-astro": "^0.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"prettier-plugin-astro": "^0.11.0",
"typescript": "^5.2.2",
"unocss": "^0.54.3"
}
}