-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 839 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
{
"name": "mortimers-magical-mysteries",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"@tsconfig/svelte": "^3.0.0",
"carbon-components-svelte": "^0.70.12",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vite": "^3.2.3"
},
"dependencies": {
"@sentry/node": "^7.19.0",
"@sentry/svelte": "^7.19.0",
"@sentry/tracing": "^7.19.0",
"@vercel/node": "^2.6.2",
"axios": "^1.1.3",
"carbon-icons-svelte": "^11.4.0",
"json-query": "^2.2.2",
"mongodb": "^4.11.0"
}
}