-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.36 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.36 KB
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
{
"name": "dropzone-website",
"version": "0.0.1",
"scripts": {
"dev": "VITE_VARIANT=$BRANCH svelte-kit dev",
"build": "VITE_VARIANT=$BRANCH svelte-kit build",
"preview": "svelte-kit preview",
"test": "playwright test",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@fontsource/heebo": "^4.4.0",
"@iconify-json/ion": "^1.1.0",
"@playwright/test": "^1.19.2",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@types/dropzone": "^5.7.4",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"dropzone": "^5.9.2",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"postcss": "^8.3.6",
"postcss-color-function": "^4.1.0",
"postcss-functions": "^4.0.2",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"svelte": "^3.34.0",
"svelte-check": "^2.4.5",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.5.0",
"unplugin-icons": "^0.13.2"
},
"type": "module"
}