-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 927 Bytes
/
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
{
"name": "party-lottery",
"description": "A lottery game app for parties, weddings, team buildings, etc.",
"repository": {
"type": "git",
"url": "https://github.com/hyjk2000/party-lottery"
},
"author": {
"name": "James Shih",
"url": "https://jshih.dev"
},
"license": "MIT",
"homepage": "https://party-lottery.pages.dev",
"private": true,
"version": "3.0.0",
"type": "module",
"engines": {
"node": ">= 20.15.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"devDependencies": {
"prettier": "^3.3.2",
"sass": "^1.77.6",
"typescript": "^5.2.2",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.20.0",
"workbox-window": "^7.1.0"
}
}