-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 833 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 833 Bytes
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
{
"name": "cvapp-web",
"version": "0.0.0",
"description": "My CV",
"main": "index.js",
"repository": "https://github.com/diegoblattner/cvapp-web.git",
"author": "Diego Blattner <diegoblattner@hotmail.com>",
"license": "MIT",
"private": true,
"browserslist": "> 0.5%, last 2 versions, not dead",
"dependencies": {
"@preact/preset-vite": "^2.9.1",
"@preact/signals": "^1.3.0",
"focus-trap": "^7.6.0",
"lodash.debounce": "^4.0.8",
"preact": "^10.24.3",
"vite": "^5.4.10"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "^5.1.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}