-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 2 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
60
61
62
{
"name": "goggles_main",
"description": "Goggles Main app support modules",
"version": "0.6.20",
"private": true,
"author": "steve.alloro@gmail.com",
"contributors": [],
"repository": {
"type": "git",
"url": "git@github.com:steveoro/goggles_main.git"
},
"license": "LGPL-3.0",
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.22.9",
"@hotwired/stimulus": "^3.2.2",
"@rails/actioncable": "^6.0.6",
"@rails/activestorage": "^6.0.6",
"@rails/ujs": "^6.0.6",
"@rails/webpacker": "^5.4.4",
"backgrid": "^0.3.8",
"bootstrap": "4.6.0",
"browserslist": "^4.21.5",
"chart.js": "^3.7.1",
"jquery": "^3.5.1",
"leaflet": "^1.9.2",
"leaflet-defaulticon-compatibility": "^0.1.1",
"popper.js": "^1.16.1",
"select2": "^4.1.0-rc.0",
"stimulus": "^2.0.0",
"summernote": "^0.8.18",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.22.5",
"@babel/plugin-transform-regenerator": "^7.22.5",
"@babel/preset-env": "^7.14.5",
"@babel/runtime": "^7.14.5",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"eslint": "^7.27.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"standard": "^16.0.3",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"lint": "standard --parser @babel/eslint-parser --env browser --fix"
}
}