forked from NoiSek/Aether
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.92 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
66
67
68
69
70
{
"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": "webpack --mode=production --progress --color --node-env=production",
"watch": "webpack --watch --color",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production"
},
"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.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"babel-plugin-jsx-control-statements": "^4.0.0",
"babel-plugin-lodash": "^3.3.4",
"css-loader": "^6.5.1",
"cssnano": "^5.0.10",
"cxs": "^6.2.0",
"eslint": "^8.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jsx-control-statements": "^2.2.1",
"eslint-plugin-react": "^7.27.0",
"eslint-webpack-plugin": "^3.1.0",
"node-sass": "^6.0.1",
"pixi.js": "^6.2.0",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.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",
"regenerator-runtime": "^0.13.9",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"strftime": "^0.10.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.0",
"tinycolor2": "^1.4.1",
"webpack": "^5.63.0",
"webpack-cli": "^4.9.1"
}
}