-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.59 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
{
"name": "deckdle",
"version": "1.0.0",
"description": "Daily solitaire card game.",
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "pnpm run --parallel \"/^lint:(js|css)$/\"",
"lint:css": "stylelint \"**/*.css\"",
"lint:css:fix": "stylelint \"**/*.css\" --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "php -S 127.0.0.1:3000",
"test": "npx cypress run --env host=local",
"test:coverage": "COVERAGE=true npx cypress run --env host=local",
"test:open": "npx cypress open --e2e -b electron --env host=local",
"test:open:prod": "npx cypress open --e2e -b electron --config baseUrl='https://deckdle.neb.host' --env host=prod",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-proposal-decorators": "^7.29.0",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.3",
"cypress": "^15.10.0",
"cypress-real-events": "^1.15.0",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-cypress": "^4.3.0",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.3.0",
"husky": "^9.1.7",
"stylelint": "^17.3.0",
"stylelint-config-recommended": "^18.0.0",
"stylelint-prettier": "^5.0.3"
},
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b",
"pnpm": {
"onlyBuiltDependencies": [
"cypress"
]
}
}