-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
65 lines (65 loc) · 1.76 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"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/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.4.5",
"babel-loader": "^8.0.5",
"babel-plugin-jsx-control-statements": "^4.0.0",
"babel-plugin-lodash": "^3.3.4",
"css-loader": "^2.1.0",
"cssnano": "^4.1.8",
"cxs": "^6.2.0",
"eslint": "~5.12.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-jsx-control-statements": "^2.2.1",
"eslint-plugin-react": "^7.12.4",
"jquery": "^3.3.1",
"node-sass": "^4.11.0",
"pixi.js": "^4.8.5",
"postcss-loader": "^3.0.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-color": "^2.17.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"reactcss": "^1.2.3",
"redux": "~4.0.1",
"sass-loader": "^7.1.0",
"strftime": "^0.10.0",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"tinycolor2": "^1.4.1",
"webpack": "~4.28.4",
"webpack-cli": "^3.2.1"
}
}