-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
59 lines (59 loc) · 1.58 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
58
59
{
"name": "jquery.appendgrid",
"version": "2.1.1",
"description": "AppendGrid - The dynamic table input JavaScript plugin",
"main": "dist/AppendGrid.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack serve --open --config webpack.dev.js",
"test": "karma start --bootstrap4 && karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/hkalbertl/jquery.appendGrid"
},
"keywords": [
"ui",
"header-detail",
"master-detail",
"edit",
"table",
"input",
"grid"
],
"author": "Albert L. <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hkalbertl/jquery.appendGrid/issues"
},
"homepage": "https://github.com/hkalbertl/jquery.appendGrid",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.13.15",
"@babel/node": "^7.13.13",
"@babel/preset-env": "^7.13.15",
"@fortawesome/fontawesome-free": "^5.15.3",
"babel-loader": "^8.2.2",
"bootstrap": "^4.6.0",
"bulma": "^0.7.5",
"chai": "^4.3.4",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^5.3.1",
"html-webpack-tags-plugin": "^3.0.1",
"jquery": "^3.6.0",
"karma": "^6.3.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^2.0.1",
"mocha": "^9.1.4",
"popper.js": "^1.16.1",
"terser-webpack-plugin": "^5.1.3",
"webpack": "^5.39.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.1.0",
"webpack-merge": "^5.8.0"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
}
}