-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 957 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 957 Bytes
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": "@jstable/jstable",
"version": "1.6.6",
"description": "a lightweight, dependency-free JavaScript plugin which makes a HTML table interactive",
"repository": {
"type": "git",
"url": "git+https://github.com/jstable/JSTable.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jstable/JSTable/issues"
},
"homepage": "https://jstable.github.io/",
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"babel-loader": "^10.0.0",
"core-js": "^3.46.0",
"gulp": "^5.0.1",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.1.0",
"gulp-sass": "^6.0.1",
"gulp-terser": "^2.1.0",
"sass": "^1.93.2",
"terser-webpack-plugin": "^5.3.14",
"vinyl-named": "^1.1.0",
"webpack": "^5.102.1",
"webpack-stream": "^7.0.0",
"whatwg-fetch": "^3.6.20"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie <= 8"
]
}