-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.54 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
51
52
53
54
55
56
57
{
"name": "@jbox-web/datatables-factory",
"version": "1.0.0",
"main": "dist/js/datatables-factory.js",
"files": [
"dist/js/*.js"
],
"author": {
"name": "Nicolas Rodriguez",
"email": "nico@nicoladmin.fr",
"url": "https://github.com/n-rodriguez"
},
"license": "MIT",
"homepage": "https://github.com/jbox-web/datatables-factory",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/jbox-web/datatables-factory.git"
},
"bugs": {
"url": "https://github.com/jbox-web/datatables-factory/issues"
},
"dependencies": {
"compare-versions": "^6.1.0",
"deepmerge": "^4.3.1",
"jquery": ">=3.6.0",
"object-dig": "^0.1.3"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"array-includes": "^3.1.8",
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-preset-env": "^1.7.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"coffee-loader": "^5.0.0",
"coffeescript": "^2.7.0",
"debug": "^4.3.5",
"eslint": "^7.32.0",
"eslint-module-utils": "^2.6.2",
"eslint-plugin-coffee": "^0.1.15",
"eslint-webpack-plugin": "^3.0.1",
"has": "^1.0.4",
"minimatch": "^9.0.4",
"object.values": "^1.2.0",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"read-pkg-up": "^7.0.1",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
}
}