-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "curingtables",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "cross-env PORT=8443 serve dist",
"start": "npm run build && npm run serve",
"test": "jest",
"test:ci": "jest --runInBand"
},
"browserslist": [
"defaults"
],
"types": "./index.d.ts",
"dependencies": {
"@picocss/pico": "^2.0.6",
"preact": "^10.25.4",
"preact-feather": "^4.2.1",
"uid": "^2.0.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/preact": "^3.2.4",
"@vituum/vite-plugin-handlebars": "^1.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-preact": "^1.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"https-localhost": "^4.7.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-preact": "^4.1.1",
"prettier": "^3.4.2",
"vite": "^6.0.7",
"vite-plugin-pwa": "^0.21.1",
"workbox-window": "^7.3.0"
}
}