-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.45 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
{
"scripts": {
"build": "esbuild app/javascript/cms.js app/javascript/application.js app/javascript/document.js --bundle --sourcemap --outdir=app/assets/builds"
},
"dependencies": {
"@airbrake/browser": "^1.4.1",
"@googlemaps/markerclusterer": "^2.5.3",
"@rails/actiontext": "^6.0.2-2",
"@rails/activestorage": "^8.1.100",
"@rails/ujs": "^6.0.4",
"@stimulus/multimap": "^2.0.0",
"activestorage": "^5.2.4-2",
"axios": "^0.30.0",
"chart.js": "^3.5.1",
"chartkick": "^4.0.5",
"codemirror": "^5.52.2",
"font-awesome": "^4.7.0",
"include-media": "^1.4.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"reactstrap": "^8.9.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"stimulus": "^1.1.1"
},
"devDependencies": {
"@types/rails__activestorage": "^8",
"esbuild": "^0.25.6",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0"
},
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
}