-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.27 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"version": "0.0.1",
"main": "api/index.js",
"name": "overwolf-application",
"description": "An Overwolf overlay that helps players find new friends and keep track of their progress, gives them a sense of the world around them, and helps them find their way around the game.",
"author": "DaveInchy",
"publisher": "Overwolf",
"license": "MIT",
"website": "https://overwolf.com/store",
"homepage": "https://github.com/daveinchy/overwolf-template/blob/publish/README.md",
"repository": "git+https://github.com/daveinchy/overwolf-template.git",
"bugs": "https://github.com/daveinchy/overwolf-template/issues",
"keywords": [
"overwolf",
"react",
"webpack",
"application",
"overlay",
"new world"
],
"scripts": {
"package": "webpack --mode=production --env makeOpk",
"build": "webpack --mode=development",
"serve": "webpack serve --mode=development",
"dev": "webpack --watch --mode=development",
"debug": "node debug.server.js",
"backend": "node api/index.js"
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.18.6",
"@overwolf/overwolf-api-ts": "^1.3.0",
"@overwolf/types": "^2.48.0",
"@tensorflow-models/coco-ssd": "2.2.2",
"@tensorflow/tfjs": "^3.8.0",
"@tensorflow/tfjs-backend-cpu": "^3.8.0",
"@tensorflow/tfjs-backend-webgl": "^3.8.0",
"@tensorflow/tfjs-core": "^3.8.0",
"@tensorflow/tfjs-node": "^3.8.0",
"@types/axios": "^0.14.0",
"@types/eslint": "^8.4.10",
"@types/node": "^18.11.9",
"@types/react": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/types": "^5.43.0",
"autoprefixer": "^10.4.2",
"axios": "^0.27.2",
"babel": "^6.23.0",
"babel-loader": "^8.2.3",
"browserify-zlib": "^0.2.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"core-js": "^3.26.0",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.6.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.30.0",
"express": "^4.17.3",
"file-loader": "^6.2.0",
"fs": "^0.0.1-security",
"fs-extra": "^10.0.1",
"html-webpack-plugin": "^5.2.0",
"http": "^0.0.1-security",
"https": "^1.0.0",
"https-browserify": "^1.0.0",
"ml5": "^0.5.0",
"net": "^1.0.2",
"node-fetch": "^3.2.3",
"path": "^0.12.7",
"postcss": "^8.4.7",
"postcss-custom-media": "^8.0.0",
"postcss-custom-properties": "^12.1.4",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-media-minmax": "^5.0.0",
"postcss-nested": "^5.0.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"regenerator-runtime": "^0.13.10",
"semver": "^7.3.4",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.23",
"tesseract.js": "^3.0.3",
"tls": "^0.0.1",
"ts-loader": "^8.0.17",
"typescript": "next",
"url": "^0.11.0",
"web-vitals": "^2.1.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"zip-a-folder": "^0.0.12",
"zlib": "^1.0.5",
"zlibjs": "^0.3.1"
}
}