-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 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
{
"name": "Bind",
"type": "module",
"scripts": {
"start": "vite dev",
"build": "vite build",
"preview": "npm run build && nodemon --watch src/lib/storage.js --exec \"node --env-file=.env build\"",
"env:test": "npm start -- --mode testing",
"test": "npm run test:ui && npm run test:unit -- --run",
"test:ui": "playwright test",
"test:ui:watch": "playwright test --ui",
"test:unit": "vitest"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"module-alias": "^2.3.4",
"vitest": "^3.2.3"
},
"dependencies": {
"@picocss/pico": "^2.1.1",
"@sveltejs/adapter-node": "^5.5.1",
"@sveltejs/kit": "^2.49.5",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"better-auth": "^1.5.3",
"file-type": "^21.3.0",
"gridjs": "^6.2.0",
"gridjs-svelte": "^2.1.1",
"js-jsonq": "^1.0.3",
"lowdb": "^7.0.1",
"mime": "^4.1.0",
"normalize.css": "^8.0.1",
"p-debounce": "^5.1.0",
"queue": "^7.0.0",
"simple-git": "^3.30.0",
"svelecte": "^5.3.0",
"svelte": "^5.46.4",
"ulid": "^3.0.2",
"vite": "^7.0.4"
}
}