forked from lutris/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "Lutris",
"description": "Lutris.net website",
"version": "0.3.7",
"author": "Mathieu Comandon",
"homepage": "https://lutris.net",
"license": "GPL-3.0",
"main": "Gruntfile.js",
"devDependencies": {
"bower": "^1.8.8",
"grunt": "^1.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-cli": "1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-watch": "^1.1.0",
"hoek": "5.0.3",
"request": "^2.87.0"
},
"scripts": {
"setup": "bower install --allow-root",
"build": "grunt",
"build:issues": "vue-cli-service build --target wc --name installer-issues ./src/components/InstallerIssues.js",
"watch": "grunt watch"
},
"repository": {
"type": "git",
"url": "https://github.com/lutris/website.git"
},
"keywords": [
"django"
],
"bugs": {
"url": "https://github.com/lutris/website/issues"
},
"dependencies": {
"ace-builds": "^1.4.11",
"jquery": "^3.4.1",
"select2": "^4.0.7"
}
}