-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "sigoe",
"version": "2.0.2",
"private": true,
"license": "MIT",
"engines": {
"node": "^v20.7"
},
"dependencies": {
"@rails/actioncable": "^7.1.3-2",
"@rails/activestorage": "^7.1.3-2",
"@rails/ujs": "^7.1.3-2",
"@rails/webpacker": "5.4.4",
"bulma": "^0.9.4",
"chartkick": "^5.0.1",
"css-loader": "^6.10.0",
"fancybox": "^3.0.1",
"glob-parent": "^6.0.2",
"highcharts": "^10.0.0",
"jquery": "^3.7.1",
"jquery-mask-plugin": "^1.14.16",
"jquery-ui": "^1.13.2",
"node-forge": "^1.3.1",
"normalize-url": "^8.0.1",
"postcss": "^8.4.37",
"sass-loader": "^14.1.1",
"select2": "^4.1.0-rc.0",
"turbolinks": "^5.2.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.5",
"file-loader": "^6.2.0",
"serialize-javascript": "^6.0.2",
"style-loader": "^3.3.4",
"webpack": "^5.90.3",
"webpack-dev-server": "^5.0.4"
}
}