-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 886 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
35
{
"name": "eb-randomizer",
"version": "53.3.0",
"description": "Randomizer for SNES game EarthBound, featuring Ancient Cave and Open modes",
"dependencies": {
"color": "^3.1.2",
"js-cookie": "^2.2.1",
"localforage": "^1.7.4",
"png.js": "^0.2.1",
"randomtools-js": "file:../randomtools-js",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-select": "^5.2.2"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"push": "firebase deploy --only hosting:main",
"pushbeta": "firebase deploy --only hosting:beta"
},
"keywords": [
"earthbound",
"randomizer"
],
"author": "@stochaztic",
"private": true,
"license": "GPL-3.0",
"type": "module",
"devDependencies": {
"@vitejs/plugin-react": "^4.3.0",
"vite": "^5.2.12",
"vite-plugin-node-polyfills": "^0.22.0"
}
}