35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "pitaya",
|
|
"version": "0.0.0",
|
|
"private": "true",
|
|
"main": "main.js",
|
|
"devDependencies": {
|
|
"electron-packager": "^5.1.0",
|
|
"electron-prebuilt": "^0.33.6",
|
|
"nodeunit": "^0.9.1",
|
|
"react-tools": "^0.13.3",
|
|
"node-jsx": "^0.13.3"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/nodeunit test",
|
|
"start": "./node_modules/.bin/electron .",
|
|
"compile": "./node_modules/.bin/jsx -x js src dist",
|
|
"clean": "rm -rf dist/* build/*",
|
|
"package": "./node_modules/.bin/electron-packager ./ pitaya --prune --ignore=res/ --platform=linux --arch=ia32,x64 --version=0.33.6 --out=build --overwrite --app-version 0.0.0",
|
|
"build": "npm run clean && npm run compile && npm run package"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.5",
|
|
"classnames": "^2.1.3",
|
|
"debug": "^2.2.0",
|
|
"glob": "^5.0.14",
|
|
"ini": "^1.3.4",
|
|
"lodash": "^3.10.1",
|
|
"react": "^0.13.3",
|
|
"react-dnd": "^1.1.5",
|
|
"react-redux": "^2.0.0",
|
|
"redux": "^2.0.0",
|
|
"redux-thunk": "^0.1.0"
|
|
}
|
|
}
|