-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 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
41
42
43
{
"homepage": "https://jorsh.xyz/timezones",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "web-test-runner \"src/**/*.test.ts\"",
"check": "svelte-check --tsconfig ./tsconfig.json",
"predeploy": "yarn run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.11",
"@types/d3-color": "^2.0.1",
"@types/d3-interpolate": "^2.0.0",
"@types/lodash": "^4.14.170",
"@types/luxon": "^1.27.0",
"@vvo/tzdb": "^6.7.0",
"d3-color": "^3.0.1",
"d3-interpolate": "^3.0.1",
"lodash": "^4.17.21",
"luxon": "^1.27.0",
"query-store": "^1.1.2",
"svelte": "^3.37.0",
"svelte-check": "^2.0.0",
"svelte-dragdroplist": "^1.1.1",
"svelte-select": "^4.2.0",
"svelte-writable-derived": "^2.1.1",
"vite": "^2.3.8"
},
"devDependencies": {
"@testing-library/svelte": "^3.0.3",
"@tsconfig/svelte": "^1.0.10",
"@types/chai": "^4.2.17",
"@types/mocha": "^8.2.2",
"@web/test-runner": "^0.13.3",
"chai": "^4.3.4",
"gh-pages": "^3.2.0",
"svelte-preprocess": "^4.7.2",
"typescript": "^4.2.4",
"vite-tsconfig-paths": "^3.3.13"
}
}