-
-
Notifications
You must be signed in to change notification settings - Fork 742
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.84 KB
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
{
"name": "crates-io",
"version": "0.0.0",
"private": true,
"homepage": "https://github.com/rust-lang/crates.io#readme",
"bugs": {
"url": "https://github.com/rust-lang/crates.io/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rust-lang/crates.io.git"
},
"license": "(MIT OR Apache-2.0)",
"author": "",
"scripts": {
"build": "echo 'no-op build script kept for the heroku-buildpack-crates-io build step'",
"lint:js": "eslint . --cache",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"e2e:svelte": "TEST_APP=svelte playwright test"
},
"browserslist": [
"last 2 Chrome versions",
"last 1 Firefox version",
"Firefox ESR",
"last 1 Safari version",
"last 1 iOS version",
"last 1 Edge version",
"last 1 UCAndroid version",
"last 1 years"
],
"dependencies": {
"date-fns": "4.4.0"
},
"devDependencies": {
"@axe-core/playwright": "4.13.0",
"@crates-io/msw": "workspace:*",
"@eslint/compat": "2.1.0",
"@eslint/js": "10.0.1",
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
"@msw/playwright": "0.6.7",
"@percy/cli": "1.32.6",
"@percy/playwright": "1.1.2",
"@playwright/test": "1.62.1",
"@sinonjs/fake-timers": "15.4.0",
"@types/node": "24.13.3",
"@types/sinonjs__fake-timers": "15.0.1",
"eslint": "10.8.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prefer-let": "4.2.2",
"eslint-plugin-storybook": "10.5.7",
"eslint-plugin-svelte": "3.22.0",
"eslint-plugin-unicorn": "65.0.1",
"globals": "17.9.0",
"msw": "2.15.0",
"prettier": "3.9.6",
"prettier-plugin-svelte": "4.1.1",
"typescript": "6.0.3",
"typescript-eslint": "8.67.0"
},
"engines": {
"node": "^24",
"pnpm": "^11.0.0"
},
"volta": {
"node": "24.19.0"
}
}