-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 826 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 826 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
{
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eonasdan/tempus-dominus": "^6.0.0-beta5.1",
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "2",
"@rails/ujs": "^7.1.3-4",
"@rails/webpacker": "5",
"admin-lte": "^3",
"bootstrap": "4.6.2",
"clipboard": "1.7.1",
"crypto-js": "4.2.0",
"expose-loader": "1",
"import-loader": "1",
"jquery": "3.7.1",
"jquery-lazyload": "1.9.7",
"jquery-match-height": "^0.7.2",
"js-cookie": "2.0.4",
"mousetrap": "1.6.0",
"popper.js": "^1.16.1",
"sticky-kit": "1.1.2",
"uplot": "1.6.31",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"webpack-dev-server": "^5"
}
}