From 7b4d2bc0cc15e45e2e4f818ebd24cd6103f2ac46 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 16 Apr 2020 18:23:50 +0000 Subject: [PATCH] Delete package.json --- .../lightdm-webkit-theme-aether/package.json | 61 ------------------- 1 file changed, 61 deletions(-) delete mode 100644 arch-config/usr/share/lightdm-webkit/themes/lightdm-webkit-theme-aether/package.json diff --git a/arch-config/usr/share/lightdm-webkit/themes/lightdm-webkit-theme-aether/package.json b/arch-config/usr/share/lightdm-webkit/themes/lightdm-webkit-theme-aether/package.json deleted file mode 100644 index a8105b67..00000000 --- a/arch-config/usr/share/lightdm-webkit/themes/lightdm-webkit-theme-aether/package.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "lightdm-webkit-aether", - "version": "1.0.0", - "description": "Elegant LightDM Webkit theme.", - "main": "index.js", - "scripts": { - "test": "./node_modules/.bin/eslint src/es6/**", - "build": "./node_modules/.bin/webpack-cli --progress --colors --env.production", - "watch": "./node_modules/.bin/webpack-cli --progress --colors --watch --env.development" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/noisek/Aether.git" - }, - "keywords": [ - "webkit", - "aether", - "lightdm", - "login", - "manager", - "archlinux", - "arch" - ], - "author": "Noi Sek", - "license": "GPL-3.0", - "bugs": { - "url": "https://github.com/noisek/Aether/issues" - }, - "homepage": "https://github.com/noisek/Aether#readme", - "dependencies": { - "babel-core": "~6.26.0", - "babel-loader": "^7.1.4", - "babel-plugin-lodash": "^3.2.11", - "babel-plugin-transform-react-jsx": "^6.24.1", - "babel-preset-env": "^1.7.0", - "css-loader": "^0.28.11", - "cxs": "^6.2.0", - "eslint": "~4.19.1", - "eslint-loader": "^2.0.0", - "eslint-plugin-jsx-control-statements": "^2.2.0", - "eslint-plugin-react": "^7.4.0", - "jquery": "^3.3.1", - "jsx-control-statements": "^3.2.8", - "node-sass": "^4.9.0", - "pixi.js": "^4.7.3", - "prop-types": "^15.6.0", - "react": "^16.0.0", - "react-color": "^2.14.0", - "react-dom": "^16.0.0", - "react-redux": "^5.0.7", - "reactcss": "^1.2.2", - "redux": "~4.0.0", - "sass-loader": "^7.0.1", - "strftime": "^0.10.0", - "style-loader": "^0.21.0", - "svg-inline-loader": "^0.8.0", - "tinycolor2": "^1.4.1", - "webpack": "~4.8.2", - "webpack-cli": "^2.1.3" - } -}