mirror of
https://github.com/MutableLoss/6502SimDesktop.git
synced 2025-01-21 07:30:37 +00:00
basic packages
This commit is contained in:
parent
164dc203c3
commit
f0fedc9266
28
package.json
Normal file
28
package.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"name": "65802sim.desktop",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"description": "Desktop version of 6502 Simulator",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"dev": "electron ./main",
|
||||||
|
"start": "electron ./main.prod"
|
||||||
|
},
|
||||||
|
"author": "DBrown",
|
||||||
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"babel-core": "^6.23.1",
|
||||||
|
"babel-polyfill": "^6.23.0",
|
||||||
|
"babel-preset-es2015": "^6.22.0",
|
||||||
|
"babel-preset-es2017": "^6.22.0",
|
||||||
|
"babel-preset-stage-0": "^6.22.0",
|
||||||
|
"babel-register": "^6.23.0",
|
||||||
|
"cross-env": "^3.2.3",
|
||||||
|
"electron": "^1.6.2",
|
||||||
|
"electron-debug": "^1.1.0",
|
||||||
|
"electron-devtools-installer": "^2.1.0",
|
||||||
|
"electron-prebuilt": "^1.4.13",
|
||||||
|
"jquery": "^3.1.1",
|
||||||
|
"webpack": "^2.2.1"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user