-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 2.03 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
{
"name": "pcs_web",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "source/behavior/index.main.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"homepage": "https://bharrisaplus.github.io/pcs_web",
"repository": {
"type": "git",
"url": "https://github.com/bharrisaplus/pcs_web.git"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"devDependencies": {
"@logtape/logtape": "^2.0.5",
"@playwright/test": "^1.59.1",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-virtual": "^3.0.2",
"@stylistic/eslint-plugin": "^5.10.0",
"autoprefixer": "^10.5.0",
"axe-core": "^4.11.3",
"browserslist-useragent-regexp": "^4.1.4",
"c8": "^11.0.0",
"chrome-remote-interface": "^0.34.0",
"cssnano": "^7.1.5",
"eslint-plugin-compat": "^7.0.1",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.2.0",
"linkedom": "^0.18.12",
"monocart-coverage-reports": "^2.12.10",
"oxlint": "^1.61.0",
"playwright": "^1.59.1",
"postcss": "^8.5.10",
"postcss-cli": "^11.0.1",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-load-config": "^6.0.1",
"pug": "^3.0.4",
"pug-cli": "1.0.0-alpha6",
"rollup": "^4.60.1",
"rollup-plugin-istanbul": "^5.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"strip-color": "^0.1.0",
"stylelint": "^16.26.1",
"stylelint-no-unsupported-browser-features": "^8.1.1",
"stylelint-stylus": "^1.0.0",
"stylus": "^0.64.0",
"tap-spec": "^5.0.0",
"tape": "^5.9.0",
"testdouble": "^3.20.2",
"zora": "^6.0.0"
}
}