-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 855 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
35
36
37
{
"name": "hacker-neue",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/r-thomson/Hacker-Neue.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "TZ=UTC vitest run",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --write .",
"analyze": "vite build --mode=analyze"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "4.0.4",
"@tsconfig/svelte": "5.0.4",
"autoprefixer": "10.4.20",
"date-fns": "4.1.0",
"firebase": "11.1.0",
"svelte": "5.16.0",
"vite": "5.4.11"
},
"devDependencies": {
"happy-dom": "15.11.7",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"rollup-plugin-visualizer": "5.12.0",
"svelte-check": "4.1.1",
"tslib": "2.8.1",
"typescript": "5.7.2",
"vitest": "2.1.8"
}
}