-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.43 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "eventua11y",
"version": "1.0.0",
"description": "A curated list of digital accessibility events",
"main": "index.astro",
"scripts": {
"test": "npx playwright test",
"test:ui": "npx playwright test --ui",
"dev": "concurrently \"astro dev\" \"npm run check:watch\"",
"start": "astro dev",
"build": "npm run check && astro build && npm run sentry:sourcemaps",
"preview": "astro preview",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org matt-obee --project eventua11y ./dist && sentry-cli sourcemaps upload --org matt-obee --project eventua11y ./dist",
"check": "prettier --check .",
"check:watch": "concurrently \"prettier --watch . --write\" \"eslint . --fix --watch\"",
"format": "prettier --write .",
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattobee/eventua11y.git"
},
"author": "Matt Obee",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattobee/eventua11y/issues"
},
"homepage": "https://github.com/mattobee/eventua11y#readme",
"resolutions": {
"astro": "^5.0.2"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.1",
"@eslint/js": "^9.17.0",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"@typescript-eslint/parser": "^7.18.0",
"astro": "^5.1.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"cssnano": "^7.0.6",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"netlify-cli": "^17.38.1",
"playwright-chromium": "^1.49.1",
"postcss-html": "^1.7.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"stylelint-config-html": "^1.1.0",
"typescript-eslint": "^8.18.2"
},
"dependencies": {
"@astrojs/netlify": "^6.0.1",
"@astrojs/vue": "^5.0.3",
"@sanity/client": "^6.24.1",
"@sanity/image-url": "^1.1.0",
"@sentry/astro": "^8.47.0",
"@sentry/cli": "^2.39.1",
"@sentry/profiling-node": "^8.47.0",
"@sentry/vue": "^8.47.0",
"@shoelace-style/shoelace": "^2.19.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.68.3",
"vue": "^3.5.13"
}
}