-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.32 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.32 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
{
"name": "heliotrope",
"private": true,
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^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.28.5",
"@babel/plugin-transform-private-methods": "^7.27.1",
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
"@babel/plugin-transform-regenerator": "^7.29.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.9",
"babel-loader": "^9.0.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"compression-webpack-plugin": "^11.0.0",
"core-js": "^3.6.5",
"cozy-sun-bear": "git+https://github.com/mlibrary/cozy-sun-bear.git",
"cozy-sun-bear-too": "git+https://github.com/mlibrary/cozy-sun-bear.git#too",
"css-loader": "^7.1.4",
"mini-css-extract-plugin": "^2.10.2",
"regenerator-runtime": "^0.14.1",
"shakapacker": "^7.2.3",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.1",
"tslib": "^2.0.0",
"webpack": "^5.72.0",
"webpack-assets-manifest": "^5.0.6",
"webpack-cli": "^5.0.0",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"webpack-dev-server": "^5.2.1"
}
}