-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"private": true,
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "1.0.0-next.50",
"@sveltejs/kit": "1.0.0-next.347",
"@types/cookie": "^0.4.1",
"sass": "^1.54.4",
"svelte": "^3.46.0",
"svelte-preprocess": "^4.10.7"
},
"type": "module",
"dependencies": {
"axios": "^0.27.2",
"cookie": "^0.4.1",
"date-picker-svelte": "^2.2.0",
"dotenv": "^16.0.2",
"firebase": "^9.9.2",
"firebase-admin": "^11.0.1",
"googleapis": "^107.0.0",
"lodash": "^4.17.21",
"svelte-input-mask": "^1.1.0",
"svelte-skeleton": "^1.3.1",
"sweetalert2": "^11.4.28",
"textmagic-client": "^2.0.3361",
"web-vitals": "^2.1.4"
}
}