-
-
Notifications
You must be signed in to change notification settings - Fork 164
/
package.json
executable file
·37 lines (37 loc) · 1 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
{
"name": "linkace",
"version": "1.8.1",
"description": "A small, selfhosted bookmark manager with advanced features, built with Laravel and Docker",
"homepage": "https://github.com/Kovah/LinkAce",
"repository": {
"type": "git",
"url": "git+https://github.com/Kovah/LinkAce.git"
},
"author": "Kovah.de",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Kovah/LinkAce/issues"
},
"devDependencies": {
"laravel-mix": "^6.0.31",
"postcss": "^8.3.9",
"sass": "^1.42.1",
"sass-loader": "^10.2.0"
},
"dependencies": {
"bootstrap": "^4.6.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"selectize": "github:selectize/selectize.js#master"
},
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"test": "npm run production"
}
}