-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.76 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "multiworld-tracker",
"version": "2.1.0",
"description": "An ocarina of time multiworld tracker.",
"main": "app.js",
"scripts": {
"server": "webpack && concurrently \"webpack serve --config webpack.config.js --mode=development\" \"node .\" --kill-others",
"prod": "webpack --config webpack.config.js --mode=production",
"dev": "webpack --config webpack.config.js --mode=development && npx electron .",
"build": "webpack --config webpack.config.js --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OOT-Multiworld-Tracker/Multiworld-Tracker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OOT-Multiworld-Tracker/Multiworld-Tracker/issues"
},
"homepage": "https://github.com/OOT-Multiworld-Tracker/Multiworld-Tracker#readme",
"dependencies": {
"@sentry/react": "^6.13.3",
"@sentry/tracing": "^6.13.3",
"axios": "^0.24.0",
"express": "^4.17.1"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@node-minify/babel-minify": "^6.2.0",
"@node-minify/core": "^6.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"@babel/core": "7.20.12",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"concurrently": "^6.3.0",
"css-loader": "^6.4.0",
"html-webpack-plugin": "^5.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.3.1"
},
"standard.options": {
"globals": [
"$",
"jQuery",
"fetch"
],
"ignore": [
"node_modules/**"
],
"plugins": [
"html"
],
"parser": "babel-eslint",
"envs": [
"jest"
]
}
}