forked from Orbitale/Compotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.52 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.52 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
41
42
43
44
45
{
"name": "@orbitale/compotes-app",
"version": "1.0.0",
"private": true,
"license": "LGPL-3.0-or-later",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"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=. .",
"test": "yarn --cwd tests/webdriverio run test",
"postinstall": "yarn --cwd tests/webdriverio/"
},
"devDependencies": {
"@popperjs/core": "^2.11.2",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "^1.0.0-next.278",
"@tauri-apps/api": "^1.0.0-rc.1",
"@tauri-apps/cli": "^1.0.0-rc.5",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@zerodevx/svelte-toast": "^0.6.3",
"bootstrap": "^5.1.3",
"chart.js": "^3.7.1",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.4.0",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"sass": "^1.49.8",
"svelte": "^3.46.4",
"svelte-check": "^2.4.5",
"svelte-dragdroplist": "^1.1.1",
"svelte-preprocess": "^4.10.3",
"ts-results": "^3.3.0",
"ts-results-es": "^3.4.0",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
},
"type": "module"
}