-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
42 lines (42 loc) · 981 Bytes
/
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
{
"name": "app",
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/runtime": "7",
"babel-loader": "8",
"blueimp-tmpl": "^3.20.0",
"bootstrap": "3",
"chart.js": "^4.4.3",
"chartkick": "^5.0.1",
"compression-webpack-plugin": "9",
"datatables": "^1.10.18",
"jquery": "^3.7.1",
"jquery-ujs": "^1.2.3",
"local-time": "^3.0.2",
"pnp-webpack-plugin": "1",
"select2": "4.0.13",
"shakapacker": "8.0.0",
"terser-webpack-plugin": "5",
"turbolinks": "^5.2.0",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-merge": "5"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
],
"devDependencies": {
"webpack-dev-server": "^5.0.4"
}
}