2017-08-27 15:15:38 -04:00
|
|
|
{
|
2018-09-26 15:11:46 -04:00
|
|
|
"name": "scratch-desktop",
|
2017-08-27 15:15:38 -04:00
|
|
|
"version": "0.0.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2018-09-26 15:11:46 -04:00
|
|
|
"start": "electron-webpack dev",
|
2017-08-27 15:15:38 -04:00
|
|
|
"compile": "electron-webpack",
|
2018-09-26 15:11:46 -04:00
|
|
|
"dist": "npm run compile && electron-builder",
|
2018-09-19 18:15:02 -04:00
|
|
|
"dist:dir": "npm run dist -- --dir -c.compression=store -c.mac.identity=null",
|
|
|
|
"lint": "eslint --cache --color --ext .jsx,.js ."
|
2017-08-27 15:15:38 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-08-21 03:21:54 -04:00
|
|
|
"source-map-support": "^0.5.9"
|
2017-08-27 15:15:38 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-09-26 15:54:08 -04:00
|
|
|
"autoprefixer": "^9.1.5",
|
2018-09-19 18:15:02 -04:00
|
|
|
"babel-eslint": "^8.2.6",
|
2018-09-26 15:54:08 -04:00
|
|
|
"babel-plugin-react-intl": "^3.0.1",
|
|
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
|
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
|
|
"babel-preset-env": "^1.7.0",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
|
|
|
"copy-webpack-plugin": "^4.5.2",
|
2018-08-21 03:21:54 -04:00
|
|
|
"electron": "2.0.7",
|
|
|
|
"electron-builder": "^20.28.1",
|
|
|
|
"electron-webpack": "^2.1.2",
|
2018-09-19 18:15:02 -04:00
|
|
|
"eslint": "^4.19.1",
|
|
|
|
"eslint-config-scratch": "^5.0.0",
|
|
|
|
"eslint-plugin-import": "^2.14.0",
|
2018-09-26 15:54:08 -04:00
|
|
|
"eslint-plugin-react": "^7.11.1",
|
|
|
|
"html-webpack-plugin": "^3.2.0",
|
|
|
|
"postcss-import": "^12.0.0",
|
|
|
|
"postcss-simple-vars": "^5.0.1",
|
|
|
|
"react": "16.2.0",
|
|
|
|
"react-dom": "16.2.0",
|
|
|
|
"react-redux": "5.0.7",
|
|
|
|
"redux": "3.7.2",
|
|
|
|
"uglifyjs-webpack-plugin": "^2.0.1",
|
|
|
|
"webpack": "^4.16.5"
|
2018-02-20 02:44:26 -05:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2018-08-21 03:21:54 -04:00
|
|
|
"upath": "^1.0.5"
|
2017-08-27 15:15:38 -04:00
|
|
|
}
|
|
|
|
}
|