-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.2 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
46
47
48
49
50
{
"name": "stretchly-for-web",
"version": "0.0.7",
"description": "The break time reminder app",
"engines": {
"node": "20.11.0"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/hovancik/stretchly.git"
},
"keywords": [
"Stretchly",
"break",
"time",
"reminder"
],
"author": "Jan Hovancik <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/hovancik/stretchly-for-web/issues"
},
"homepage": "https://web.stretchly.net",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "mocha test",
"lint": "eslint --ignore-path .gitignore .",
"prepare": "husky install"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"bulma": "^1.0.0",
"carbon-icons-svelte": "^12.6.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"easytimer.js": "^4.5.4",
"eslint": "^8.22.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"husky": "^8.0.1",
"mocha": "^10.0.0",
"sass": "^1.53.0",
"svelte": "^3.49.0",
"svelte-preprocess": "^5.0.1",
"vite": "^4.0.4"
}
}