-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 878 Bytes
/
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
{
"name": "export-assoconnect-documents",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src *.ts",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"tsc": "tsc"
},
"dependencies": {
"history": "^5.3.0",
"jszip": "^3.10.1",
"preact": "^10.25.0",
"preact-router": "^4.1.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^8.57.0",
"eslint-config-preact": "^1.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.9.0",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}