From 9c57d101f0181aa134190edb0b2e7aabdba1151f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 20 Aug 2019 14:51:06 +0400 Subject: Added example application Signed-off-by: Valentin Popov --- test/application/package.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 test/application/package.json (limited to 'test/application/package.json') diff --git a/test/application/package.json b/test/application/package.json deleted file mode 100644 index 72dc466..0000000 --- a/test/application/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "application", - "version": "1.0.0", - "main": "dist/main.js", - "author": "Valentin Popov ", - "license": "MIT", - "private": true, - "scripts": { - "build": "webpack --config webpack.config.js --progress", - "lint": "standard ./src/**/*.js", - "lint:fix": "yarn run lint --fix", - "start": "electron ." - }, - "devDependencies": { - "@babel/cli": "^7.5.5", - "@babel/core": "^7.5.5", - "@babel/preset-env": "^7.5.5", - "babel-loader": "^8.0.6", - "clean-webpack-plugin": "^3.0.0", - "electron": "^6.0.2", - "html-webpack-plugin": "^3.2.0", - "standard": "^14.0.0", - "webpack": "^4.39.2", - "webpack-cli": "^3.3.7" - } -} -- cgit v1.2.3