-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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": "you-can-quit",
"version": "1.3.0",
"private": false,
"description": "A tool to support your progress in quitting whatever your bad habit is.",
"author": {
"name": "Andreas Müller",
"url": "https://devmount.de"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"browser": "./dist/index.html",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@kyvg/vue3-notification": "^2.6.1",
"dexie": "^3.2.0",
"register-service-worker": "^1.7.1",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"vite": "^4.3.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"bugs": {
"url": "https://github.com/devmount/you-can-quit/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/devmount/you-can-quit/raw/master/LICENSE.md"
}
],
"productName": "You Can Quit!",
"repository": {
"type": "git",
"url": "https://github.com/devmount/you-can-quit.git"
}
}