-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.03 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.03 KB
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
63
{
"name": "goggles_admin2",
"description": "Goggles Main app support modules",
"version": "0.7.00",
"private": true,
"author": "steve.alloro@gmail.com",
"contributors": [],
"repository": {
"type": "git",
"url": "git@github.com:steveoro/goggles_admin2.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",
"bootstrap": "4.6.0",
"chart.js": "^3.7.1",
"csv-parser": "^3.0.0",
"easy-autocomplete": "^1.3.5",
"jquery": "^3.6.0",
"jsoneditor": "^9.5.7",
"node-fetch": "^2.6.1",
"popper.js": "^1.16.1",
"select2": "^4.1.0-rc.0",
"stimulus": "^2.0.0",
"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/preset-env": "^7.14.5",
"@babel/runtime": "^7.14.5",
"babel-loader": "^8.3.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"chai": "^4.3.4",
"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",
"mocha": "^11.7.1",
"standard": "^16.0.3",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"lint": "standard --parser @babel/eslint-parser --env browser --fix",
"start": "cd crawler ; NODE_ENV=development node server/index.js",
"test": "NODE_ENV=test mocha --exit \"crawler/test/**/*.js\""
}
}