-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
59 lines (59 loc) · 1.65 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": "cybros",
"version": "0.0.1",
"private": true,
"scripts": {
"syncyarnlock": "syncyarnlock -s -k && yarn install --check-files",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/core": "^7.17.10",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/runtime": "^7.17.9",
"@fortawesome/fontawesome-free": "^5.15.4",
"@mixtint/coreui": "^2.1.16-2",
"@rails/actioncable": "^7.0.3",
"@rails/activestorage": "^7.0.3",
"@rails/ujs": "^7.0.3",
"@stimulus/polyfills": "^2.0.0",
"babel-loader": "^8.2.5",
"bootstrap": "^4.6.1",
"chokidar": "^3.5.2",
"compression-webpack-plugin": "^9.2.0",
"core-js": "^3.22.5",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "~> 2.5.3",
"patch-package": "^6.4.7",
"perfect-scrollbar": "^1.5.5",
"popper.js": "^1.16.1",
"postinstall-postinstall": "^2.1.0",
"regenerator-runtime": "^0.13.9",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"shakapacker": "^6.2.1",
"stimulus": "^2.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"turbolinks": "^5.2.0",
"webpack": "^5.72.1",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0",
"webpack-sources": "^3.2.3"
},
"resolutions": {
"chokidar": "^3.5.3"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@webpack-cli/serve": "^1.6.1",
"typescript": "^3.9.10",
"webpack-dev-server": "^4.9.0"
}
}