-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
65 lines (65 loc) · 2.29 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
63
64
65
{
"name": "sul-embed",
"version": "0.0.0",
"description": "embed service for Stanford University Libraries",
"repository": {
"type": "git",
"url": "git://github.com/sul-dlss/sul-embed.git"
},
"author": "",
"license": "Apache",
"bugs": {
"url": "https://github.com/sul-dlss/sul-embed/issues"
},
"scripts": {
"test": "jest -c jest.config.js",
"build:css": "sass ./app/assets/stylesheets/companion_window.scss:./app/assets/builds/companion_window.css ./app/assets/stylesheets/media.scss:./app/assets/builds/media.css ./app/assets/stylesheets/file.scss:./app/assets/builds/file.css ./app/assets/stylesheets/geo.scss:./app/assets/builds/geo.css ./app/assets/stylesheets/m3.scss:./app/assets/builds/m3.css ./app/assets/stylesheets/model.scss:./app/assets/builds/model.css ./app/assets/stylesheets/was_seed.scss:./app/assets/builds/was_seed.css ./app/assets/stylesheets/sul_icons.scss:./app/assets/builds/sul_icons.css --no-source-map --load-path=node_modules --load-path=vendor/assets/javascripts"
},
"private": true,
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "7",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"babel-loader": "8",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"canvas": "^2.11.2",
"compression-webpack-plugin": "9",
"jquery": "^3.7.1",
"leaflet": "^1.9.3",
"mirador": "^3.3.0",
"mirador-dl-plugin": "^0.13.0",
"mirador-image-tools": "^0.8.0",
"mirador-share-plugin": "^0.11.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sass": "^1.57.1",
"shakapacker": "7",
"terser-webpack-plugin": "5",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "5"
},
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"eslint": "^9.16.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react-refresh": "^0.14.0"
}
}