-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 889 Bytes
/
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
{
"name": "lightdm-slif",
"version": "1.0.0",
"description": "Login screen",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ComputerCandy/Slif.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ComputerCandy/Slif/issues"
},
"homepage": "https://github.com/ComputerCandy/Slif#readme",
"devDependencies": {
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"font-awesome-webpack": "0.0.5-beta.2",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"node-sass": "^4.13.1",
"node-sass-json-importer": "^4.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5"
},
"dependencies": {
"jquery": "^3.5.0"
}
}