-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
94 lines (94 loc) · 2.55 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "zen",
"version": "2.1.0",
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"deploy:google": "npm run build && firebase deploy --only hosting",
"test": "vitest",
"coverage": "vitest run --coverage",
"build:tailwind": "postcss src/assets/scss/base.scss -o src/assets/scss/tailwind.scss"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@vee-validate/rules": "^4.12.2",
"@vueuse/components": "^10.7.0",
"atmosphere-ui": "^1.3.3",
"axios": "^1.6.2",
"canvas-confetti": "^1.9.2",
"chart.js": "^2.9.4",
"date-fns": "^2.30.0",
"duration": "^0.2.2",
"element-plus": "^1.3.0-beta.10",
"firebase": "^8.10.1",
"fuse.js": "^7.0.0",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"pinia": "^2.1.7",
"randomcolor": "^0.6.2",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vee-validate": "^4.12.2",
"volar": "^0.0.2",
"vue": "^3.3.11",
"vue-cal": "^4.8.1",
"vue-draggable-next": "^2.2.1",
"vue-final-modal": "^1.8.8",
"vue-router": "^4.2.5",
"vue-temporal-components": "^0.5.0",
"vue-tsc": "^1.8.25"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@iconify-json/mdi": "^1.1.62",
"@iconify-json/ph": "^1.1.9",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/user-event": "^14.5.1",
"@testing-library/vue": "^8.0.1",
"@types/luxon": "^3.3.7",
"@vitejs/plugin-vue": "^4.5.2",
"@vueuse/core": "^10.7.0",
"@vueuse/head": "^2.0.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"happy-dom": "^12.10.3",
"postcss": "^8.4.32",
"postcss-cli": "^11.0.0",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
"vite": "^4.5.1",
"vite-plugin-md": "^0.22.5",
"vitest": "^1.0.4"
},
"type": "module",
"description": "Keep yourself in the zone and focus in the moment.",
"main": "postcss.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jesusantguerrero/zen.git"
},
"keywords": [
"Productivity",
"Pomodoro",
"Tasks",
"Eisenhower",
"Matrix"
],
"author": "Jesus Guerrero",
"license": "MIT",
"bugs": {
"url": "https://github.com/jesusantguerrero/zen/issues"
},
"homepage": "https://github.com/jesusantguerrero/zen#readme"
}