-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 763 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 763 Bytes
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
{
"name": "v5-unity",
"version": "1.0.0",
"description": "OPT v5",
"main": "bundle.js",
"repository": "https://github.com/pgbovine/OnlinePythonTutor",
"license": "BSD-3-Clause",
"scripts": {
"start": "python bottle_server.py",
"py3start": "python3 bottle_server.py",
"webpack": "webpack --devtool sourcemap --progress --colors --watch",
"production-build": "rm -f build/* && webpack && python add_cache_busting_query_strings.py"
},
"dependencies": {
"css-loader": "",
"fs-extra": "^6.0.1",
"json-stable-stringify": "^1.0.1",
"on-build-webpack": "^0.1.0",
"pixelmatch": "^4.0.2",
"puppeteer": "^1.5.0",
"script-loader": "",
"style-loader": "",
"ts-loader": "^3.5.0",
"url-loader": ""
}
}