-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "cheatgui",
"version": "3.0.1",
"description": "Prodigy Hack GUI",
"main": "dist/bundle.js",
"scripts": {
"setup": "pnpm install",
"build": "pnpm webpack --config webpack.config.js",
"server": "node hot-reload.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProdigyPNP/ProdigyMathGameHacking.git#master"
},
"keywords": [],
"author": "ProdigyPNP",
"license": "MPL-2.0",
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"babel": "^6.23.0",
"sweetalert2-neutral": "11.6.15-neutral"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.1",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"css-loader": "^7.0.0",
"eslint": "^9.1.0",
"eslint-config-standard": "^17.0.0",
"postcss": "^8.4.21",
"postcss-loader": "^8.0.0",
"sass": "^1.58.0",
"sass-loader": "^14.0.0",
"socket.io": "^4.6.0",
"socket.io-client": "^4.6.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"bugs": {
"url": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/issues"
},
"homepage": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/tree/master#readme"
}