-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.42 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.42 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "webpack-demo-vanilla-bundle",
"version": "2.6.2",
"private": true,
"description": "SlickGrid-Universal WebPack Demo",
"directories": {
"src": "src"
},
"scripts": {
"build": "webpack --env production",
"dev": "webpack serve --env development",
"test": "echo testing slickgrid-universal demo code"
},
"license": "MIT",
"author": "Ghislain B.",
"homepage": "https://github.com/ghiscoding/slickgrid-universal",
"repository": {
"type": "git",
"url": "https://github.com/ghiscoding/slickgrid-universal.git",
"directory": "examples/webpack-demo-vanilla-bundle"
},
"bugs": {
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
},
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
},
"main": "src/slickgrid-universal/index",
"dependencies": {
"@faker-js/faker": "^10.4.0",
"@fnando/sparkline": "^0.3.10",
"@formkit/tempo": "^1.1.0",
"@slickgrid-universal/common": "^10.7.1",
"@slickgrid-universal/composite-editor-component": "^10.7.1",
"@slickgrid-universal/custom-tooltip-plugin": "^10.7.1",
"@slickgrid-universal/excel-export": "^10.7.1",
"@slickgrid-universal/graphql": "^10.7.1",
"@slickgrid-universal/odata": "^10.7.1",
"@slickgrid-universal/pdf-export": "^10.7.1",
"@slickgrid-universal/row-detail-view-plugin": "^10.7.1",
"@slickgrid-universal/rxjs-observable": "^10.7.1",
"@slickgrid-universal/sql": "^10.7.1",
"@slickgrid-universal/text-export": "^10.7.1",
"@slickgrid-universal/vanilla-bundle": "^10.7.1",
"@slickgrid-universal/vanilla-force-bundle": "^10.7.1",
"alien-signals": "^3.2.1",
"bulma": "^1.0.4",
"dompurify": "^3.4.3",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@types/fnando__sparkline": "^0.3.7",
"@types/node": "^25.8.0",
"@types/webpack": "^5.28.5",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"esbuild-loader": "^4.4.3",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "5.6.7",
"mini-css-extract-plugin": "^2.10.2",
"sass": "^1.99.0",
"sass-loader": "^16.0.8",
"style-loader": "^4.0.0",
"typescript": "^5.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.4"
},
"browserslist": [
"baseline widely available"
]
}