62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|