CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
ProdigyPNP

CoCalc is a real-time collaborative commercial alternative to JupyterHub and Overleaf that provides Jupyter Notebooks, LaTeX documents, and SageMath.

GitHub Repository: ProdigyPNP/ProdigyMathGameHacking
Path: blob/master/cheatGUI/package.json
Views: 713
1
{
2
"name": "cheatgui",
3
"version": "3.0.1",
4
"description": "Prodigy Hack GUI",
5
"main": "dist/bundle.js",
6
"scripts": {
7
"setup": "pnpm install",
8
"build": "pnpm webpack --config webpack.config.js",
9
"server": "node hot-reload.mjs"
10
},
11
"repository": {
12
"type": "git",
13
"url": "git+https://github.com/ProdigyPNP/ProdigyMathGameHacking.git#master"
14
},
15
"keywords": [],
16
"author": "ProdigyPNP",
17
"license": "MPL-2.0",
18
"dependencies": {
19
"@babel/core": "^7.20.12",
20
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
21
"@babel/preset-env": "^7.20.2",
22
"babel": "^6.23.0",
23
"sweetalert2-neutral": "11.6.15-neutral"
24
},
25
"devDependencies": {
26
"@typescript-eslint/eslint-plugin": "^7.0.2",
27
"@typescript-eslint/parser": "^7.0.1",
28
"autoprefixer": "^10.4.13",
29
"babel-loader": "^9.1.2",
30
"css-loader": "^7.0.0",
31
"eslint": "^9.1.0",
32
"eslint-config-standard": "^17.0.0",
33
"postcss": "^8.4.21",
34
"postcss-loader": "^8.0.0",
35
"sass": "^1.58.0",
36
"sass-loader": "^14.0.0",
37
"socket.io": "^4.6.0",
38
"socket.io-client": "^4.6.0",
39
"style-loader": "^4.0.0",
40
"ts-loader": "^9.4.2",
41
"typescript": "^5.0.2",
42
"webpack": "^5.75.0",
43
"webpack-cli": "^5.0.1"
44
},
45
"bugs": {
46
"url": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/issues"
47
},
48
"homepage": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/tree/master#readme"
49
}
50
51