-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
{
"name": "removebg-app",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"code:format": "prettier --write --plugin prettier-plugin-svelte .",
"code:lint": "eslint . --ext .js,.ts,.svelte",
"code:lint:fix": "eslint --fix . --ext .js,.ts,.svelte"
},
"dependencies": {
"@cloudinary/url-gen": "1.19.0",
"dropzone": "6.0.0-beta.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tsconfig/svelte": "5.0.4",
"@types/dropzone": "5.7.8",
"@typescript-eslint/eslint-plugin": "6.21.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard-with-typescript": "40.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.4.0",
"eslint-plugin-svelte": "2.41.0",
"postcss": "8.4.39",
"prettier": "3.3.2",
"prettier-plugin-organize-imports": "4.0.0",
"prettier-plugin-svelte": "3.2.5",
"prettier-plugin-tailwindcss": "0.6.5",
"svelte": "4.2.18",
"svelte-check": "3.8.4",
"tailwindcss": "3.4.4",
"tslib": "2.6.3",
"two-up-element": "1.0.1",
"typescript": "5.5.3",
"vite": "5.3.3"
}
}