-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 792 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 792 Bytes
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": "hoppa",
"version": "1.0.0",
"description": "Hoppa!",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx"
},
"author": "Moonshot",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moonshot-platform/hoppa.git"
},
"homepage": "https://moonarcade.games/hoppa",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.0",
"cssnano": "^5.1.14",
"eslint": "^8.3.0",
"typescript": "^4.8.4",
"vite": "^3.2.5"
},
"dependencies": {
"ethers": "^5.7.2",
"phaser": "^3.60.0-beta.19",
"phaser3-merged-input": "^1.5.0",
"phaser3-rex-plugins": "^1.1.82",
"phaser3-rex-plugins-types": "^0.2.0",
"web3-utils": "^1.8.0"
}
}