-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.52 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
{
"name": "app",
"private": true,
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js",
"@babel/preset-react"
]
},
"browserslist": [
"defaults"
],
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/runtime": "7",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.16",
"@popperjs/core": "^2.11.8",
"@rails/request.js": "^0.0.13",
"@types/babel__core": "7",
"@types/webpack": "5",
"add": "^2.0.6",
"babel-loader": "8",
"bootstrap": "^5.3.6",
"chart.js": "^4.5.0",
"chartjs-adapter-date-fns": "^3.0.0",
"chartkick": "^5.0.1",
"clipboard": "^2.0.11",
"compression-webpack-plugin": "9",
"d3": "^7.9.0",
"prop-types": "^15.8.1",
"react": "^19.1.1",
"react-aria": "^3.45.0",
"react-dom": "^19.1.1",
"react-stately": "^3.43.0",
"react_ujs": "^3.2.1",
"shakapacker": "9.5.0",
"stimulus": "^3.2.2",
"terser-webpack-plugin": "5",
"webpack": "^5",
"webpack-assets-manifest": "5",
"webpack-cli": "^5",
"webpack-merge": "5",
"yarn": "^1.22.22"
},
"devDependencies": {
"@babel/preset-react": "^7.27.1",
"@swc/core": "^1.15.8",
"swc-loader": "^0.2.6",
"webpack-dev-server": "^5.2.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}