generated from StanfordBDHG/NextJSTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 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
{
"name": "@stanfordspezi/spezi-web-configurations",
"description": "Stanford Biodesign Digital Health Spezi Web Configurations",
"keywords": [
"Stanford",
"Biodesign",
"Spezi",
"Web",
"Configurations",
"ESLint",
"Prettier",
"linting",
"formatting"
],
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/StanfordSpezi/spezi-web-configurations"
},
"license": "MIT",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "parcel build",
"dev": "parcel watch",
"lint": "eslint .",
"lint:ci": "eslint --output-file eslint_report.json --format json .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@eslint/js": "^9.19.0",
"eslint-config-prettier": "^10",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2",
"eslint-plugin-prettier": "^5",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript-eslint": "^8.22.0"
},
"peerDependencies": {
"prettier": "^3",
"eslint": "^9"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"devDependencies": {
"@parcel/packager-ts": "^2.13.3",
"@parcel/transformer-typescript-types": "^2.13.3",
"typescript": "^5.7.3",
"parcel": "^2.13.3"
}
}