-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 KB
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
{
"name": "lutris",
"description": "Lutris.net website",
"version": "0.5.8",
"author": "Mathieu Comandon",
"homepage": "https://lutris.net",
"license": "GPL-3.0",
"devDependencies": {
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.3",
"expose-loader": "^5.0.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.10.0",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"url-loader": "^4.1.1",
"webpack": "^5.105.0",
"webpack-cli": "^6.0.1"
},
"scripts": {
"build": "webpack --progress --config=webpack.dev.conf.js",
"build-prod": "webpack --config=webpack.prod.conf.js",
"watch": "webpack --progress --watch --config=webpack.dev.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lutris/website.git"
},
"keywords": [
"django"
],
"bugs": {
"url": "https://github.com/lutris/website/issues"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"ace-builds": "^1.43.6",
"alertifyjs": "^1.14.0",
"blueimp-gallery": "^3.4.0",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"croppie": "^2.6.5",
"django-select2": "^8.4.8",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"select2": "^4.0.13"
}
}