-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.05 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "everywhen",
"version": "0.9.6",
"type": "module",
"private": true,
"scripts": {
"build": "scripts/build",
"check": "scripts/check",
"deploy-staging": "scripts/deploy staging",
"deploy-prod": "scripts/deploy prod",
"dev": "scripts/dev",
"fmt": "scripts/fmt",
"make-tests": "scripts/make-tests",
"populate-local-acc": "scripts/populate-account",
"precommit": "scripts/precommit",
"reset-dev-db": "scripts/reset_db_dev",
"setup": "scripts/setup",
"test": "scripts/test",
"test-e2e": "scripts/test-e2e",
"test-vitest": "scripts/test-spec"
},
"devDependencies": {
"@internationalized/date": "3.6.0",
"@playwright/test": "1.45.0",
"@remix-run/node": "^2.15.2",
"@rollup/plugin-replace": "5.0.7",
"@svelte-plugins/tooltips": "3.0.1",
"@sveltejs/adapter-auto": "3.2.2",
"@sveltejs/adapter-node": "5.2.0",
"@sveltejs/kit": "2.9.0",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@total-typescript/ts-reset": "0.5.1",
"@types/command-line-args": "5.2.3",
"@types/cookie": "0.6.0",
"@types/crypto-js": "4.2.2",
"@types/dompurify": "3.0.5",
"@types/html-minifier": "4.0.5",
"@types/js-cookie": "3.0.6",
"@types/marked": "6.0.0",
"@types/prompt-sync": "4.2.3",
"@types/prompts": "2.4.9",
"@types/sha256": "0.2.2",
"@types/ua-parser-js": "0.7.39",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@typescript-eslint/typescript-estree": "8.17.0",
"autoprefixer": "10.4.19",
"bits-ui": "0.21.16",
"chalk": "5.3.0",
"chart.js": "4.4.3",
"clsx": "2.1.1",
"command-line-args": "5.2.1",
"cookie": "1.0.2",
"crypto-js": "4.2.0",
"dompurify": "3.2.4",
"dotenv": "16.4.5",
"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-svelte": "2.41.0",
"js-cookie": "3.0.5",
"js-sha256": "0.11.0",
"lucide-svelte": "0.438.0",
"marked": "13.0.1",
"moment": "2.30.1",
"mysql2": "3.10.1",
"node-fetch": "^3.3.2",
"ol": "9.2.4",
"ol-contextmenu": "5.5.0",
"performance-now": "2.1.0",
"postcss": "8.4.38",
"prettier": "3.3.2",
"prettier-plugin-svelte": "3.2.5",
"prompt-sync": "4.2.0",
"prompts": "2.4.2",
"sass": "1.77.6",
"sha256": "0.2.0",
"stripe": "^17.5.0",
"svelte": "4.2.19",
"svelte-chartjs": "3.1.5",
"svelte-check": "3.8.4",
"svelte-eslint-parser": "0.39.2",
"svelte-inview": "4.0.2",
"svelte-local-storage-store": "0.6.4",
"svelte-material-icons": "3.0.5",
"svelte-preprocess": "6.0.1",
"svelte-radix": "^2.0.1",
"svelte-simple-modal": "1.6.2",
"tailwind-merge": "2.3.0",
"tailwind-variants": "0.2.1",
"tailwindcss": "3.4.4",
"ts-polyfill": "3.8.2",
"tslib": "2.6.3",
"typescript": "5.5.2",
"typescript-eslint": "8.17.0",
"ua-parser-js": "1.0.38",
"uuid": "10.0.0",
"vite": "5.4.12",
"vitest": "3.0.5",
"zod": "3.23.8",
"zx": "8.1.3"
}
}