-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.9 KB
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
{
"name": "editframe",
"version": "1.0.2",
"description": "Static Editor for GameFrame games.",
"main": "index.js",
"sideEffects": [
"*.css"
],
"watch": {
"build": "./index.js"
},
"scripts": {
"build": "webpack --mode=production",
"watch": "npm-watch",
"dev": "npm run build && webpack-dev-server --mode=development --host=0.0.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CarolinaIgnites/editFrame.git"
},
"keywords": [
"cross-platform",
"mobile",
"game",
"game-development",
"physics",
"highschool",
"highschool-outreach"
],
"author": "CarolinaIgnites",
"license": "MIT",
"bugs": {
"url": "https://github.com/CarolinaIgnites/editFrame/issues"
},
"homepage": "https://www.carolinaignites.org",
"dependencies": {
"@madisetti/web-sandbox": "0.0.2",
"bootstrap": "^3.4.1",
"codemirror": "^5.65.7",
"davidshimjs-qrcodejs": "^0.0.2",
"gameframe": "^1.1.3",
"jquery": "^3.6.0",
"jquery.terminal": "^2.34.0",
"js-beautify": "^1.14.5",
"postcss": "^8.4.16",
"split.js": "^1.6.5"
},
"devDependencies": {
"@webpack-cli/serve": "^1.7.0",
"css-loader": "^3.6.0",
"file-loader": "^6.2.0",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^7.2.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^5.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4",
"webpack-dev-server": "^4.9.3"
}
}