-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
68 lines (68 loc) · 1.93 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
{
"name": "shikai",
"version": "1.6.0",
"description": "Modern lightdm webkit2 theme",
"keywords": [
"lightdm",
"theme",
"greeter",
"linux",
"webkit",
"login"
],
"homepage": "https://github.com/TheWisker/Shikai",
"bugs": "https://github.com/TheWisker/Shikai/issues",
"license": "GPL-3.0",
"author": "TheWisker (https://github.com/TheWisker)",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TheWisker/Shikai.git"
},
"scripts": {
"build": "./scripts/production.sh",
"dev": "./scripts/development.sh",
"watch": "./scripts/watch.sh",
"server": "./scripts/server.sh"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.21.3",
"@babel/plugin-transform-react-inline-elements": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"atob": ">=2.1.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"html-webpack-plugin": "^5.5.0",
"loader-utils": ">=1.4.2",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.21",
"postcss-loader": "^7.2.4",
"sass": "^1.60.0",
"sass-loader": "^13.2.1",
"style-loader": "^3.3.2",
"svg-react-loader": "^0.4.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^5.1.0"
},
"dependencies": {
"cxs": "^6.2.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-dropdown": "^1.11.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1"
},
"browserslist": [
"last 5 version"
]
}