-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 894 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
{
"name": "list",
"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",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.5.0",
"svelte": "^3.49.0",
"svelte-dnd-action": "^0.9.18",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.0.24"
},
"type": "module",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie": "^0.5.0",
"dompurify": "^2.3.8",
"dotenv": "^16.0.1",
"mongoose": "^6.4.6",
"svelte-meta-tags": "^2.6.1",
"url": "^0.11.0",
"validate-objectid": "^0.2.0"
}
}