-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "clique",
"version": "1.5.2",
"description": "A button clicking game for Archipelago.",
"homepage": "https://clique.pharware.com",
"repository": "https://github.com/ThePhar/Clique",
"bugs": "https://github.com/ThePhar/Clique/issues",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"author": {
"name": "Zach Parks",
"email": "[email protected]",
"url": "https://pharware.com"
},
"license": "MIT",
"private": true,
"devDependencies": {
"@types/canvas-confetti": "^1.6.0",
"@types/jquery": "^3.5.16",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"sass": "^1.63.6",
"solid-devtools": "^0.27.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"archipelago.js": "^1.1.0",
"canvas-confetti": "^1.6.0",
"solid-js": "^1.7.6"
}
}