-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
{
"name": "shuffler",
"version": "1.1.0",
"description": "Fun way to sort how people will start talking in meetings, with daily quotes to boost your day",
"author": {
"name": "dippas",
"email": "[email protected]",
"url": "https://github.com/dippas"
},
"keywords": [
"randomizer",
"shuffle",
"shuffler",
"daily",
"quotes",
"meeting",
"people"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dippas/shuffler"
},
"bugs": "https://github.com/dippas/shuffler/issues",
"funding": "https://www.buymeacoffee.com/dippas",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"db": "json-server -p 7000 db.json"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.45",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.8.0",
"prettier": "^2.8.1",
"pug": "^3.0.2",
"sass": "^1.57.1",
"vite": "^4.0.3"
},
"dependencies": {
"canvas-confetti": "^1.6.0",
"vue": "^3.2.45"
}
}