forked from stochaztic/eb-randomizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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": "eb-randomizer",
"version": "51.2.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": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"react-select": "^5.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"push": "firebase deploy --only hosting:main",
"pushbeta": "firebase deploy --only hosting:beta"
},
"keywords": [
"earthbound",
"randomizer"
],
"author": "@stochaztic",
"private": true,
"license": "GPL-3.0",
"devDependencies": {
"array-loader": "file:../array-loader",
"import-all.macro": "^3.1.0",
"preval.macro": "^3.0.0",
"raw-loader": "^2.0.0",
"worker-loader": "^3.0.8"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"development": [
"last 1 chrome version"
]
}
}