forked from indgy/LittleBigTable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (49 loc) · 1.06 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
{
"name": "littlebigtable",
"version": "0.1.2",
"description": "A lightweight (~5k gzipped) interactive HTML table built using AlpineJS",
"license": "MIT",
"author": {
"name": "indgy",
"url": "https://indgy.github.io"
},
"homepage": "https://github.com/indgy/LittleBigTable#readme",
"bugs": {
"url": "https://github.com/indgy/LittleBigTable/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indgy/LittleBigTable.git"
},
"keywords": [
"html",
"ajax",
"javascript",
"filter",
"table",
"grid",
"datagrid",
"sort",
"paginate",
"pagination",
"alpine",
"alpinejs",
"lbt"
],
"scripts": {
"start": "mix watch",
"build": "mix",
"build:production": "mix --production"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"browser-sync": "^2.29.1",
"browser-sync-webpack-plugin": "2.3.0",
"eslint": "^8.38.0",
"eslint-plugin-import": "^2.27.5",
"laravel-mix": "^6.0.49"
},
"dependencies": {
"alpinejs": "^3.12.0"
}
}