-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1006 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": "celestia",
"version": "0.0.1",
"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 ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"postcss-load-config": "^3.1.4",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-hero-icons": "^4.1.1",
"svelte-preprocess": "^4.10.5",
"tailwindcss": "^3.0.23",
"tslib": "^2.3.1",
"typescript": "~4.6.2"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-node": "^1.0.0-next.73",
"axios": "^0.26.1",
"cookie": "^0.5.0",
"cookie-signature": "^1.2.0",
"dotenv": "^16.0.0",
"mongodb": "^4.5.0",
"winston": "^3.7.2"
}
}