-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
{
"name": "flora",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite 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": "^1.0.0-next.391",
"@types/cookie": "^0.5.1",
"@types/cookie-signature": "^1.0.4",
"@types/highlight.js": "^10.1.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/marked": "^4.0.3",
"@types/node-emoji": "^1.8.1",
"@types/remove-markdown": "^0.3.1",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"postcss-load-config": "^3.1.4",
"svelte": "^3.49.0",
"svelte-check": "^2.2.6",
"svelte-hero-icons": "^4.1.3",
"svelte-preprocess": "^4.10.5",
"tailwindcss": "^3.0.23",
"tslib": "^2.3.1",
"typescript": "~4.6.2",
"vite": "^3.0.2"
},
"type": "module",
"dependencies": {
"@steeze-ui/heroicons": "^1.1.1",
"@sveltejs/adapter-node": "^1.0.0-next.76",
"axios": "^0.27.2",
"cookie": "^0.5.0",
"cookie-signature": "^1.2.0",
"dotenv": "^16.0.1",
"highlight.js": "^11.5.1",
"jsonwebtoken": "^8.5.1",
"lorem-ipsum": "^2.0.4",
"marked": "^4.0.16",
"mongodb": "^4.6.0",
"node-emoji": "^1.11.0",
"remove-markdown": "^0.5.0",
"winston": "^3.7.2"
}
}