-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "scheduler-slack-bot",
"version": "1.0.0",
"description": "Easily add your work schedule to your Calendar!",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robvanbakel/scheduler-slack-bot.git"
},
"keywords": [],
"author": {
"name": "Rob van Bakel",
"email": "robbakel@gmail.com",
"url": "https://robvanbakel.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/robvanbakel/scheduler-slack-bot/issues"
},
"homepage": "https://github.com/robvanbakel/scheduler-slack-bot#readme",
"dependencies": {
"@upstash/redis": "^1.29.0",
"nuxt": "^3.10.3",
"vue": "^3.4.19",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"sass": "^1.74.1",
"typescript": "^5.3.3"
}
}