-
Notifications
You must be signed in to change notification settings - Fork 172
/
Copy pathpackage.json
33 lines (33 loc) · 840 Bytes
/
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
{
"name": "livepython",
"description": "Visually trace your Python program as it's running",
"version": "0.0.6",
"main": "main.js",
"bin": {
"livepython": "./bin/livepython"
},
"icon": "livepython.png",
"license": "MIT",
"dependencies": {
"byline": "^5.0.0",
"chroma-js": "^1.3.4",
"electron": "1.7.8",
"electron-packager": "^9.1.0",
"jquery": "^3.2.1",
"mousetrap": "^1.6.1",
"process-nextick-args": "^1.0.7",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-syntax-highlighter": "^5.7.0",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^3.6.0"
}
}