-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.98 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "lib.umich.edu",
"version": "1.0.0",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.11.5",
"gatsby": "^5.13.7",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-remove-fingerprints": "^0.0.2",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-drupal": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"highlight-words-core": "^1.2.3",
"isomorphic-fetch": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-player": "^2.16.0",
"rehype-parse": "^8.0.4",
"rehype-react": "^7.2.0",
"unified": "^10.1.2",
"use-debounce": "^10.0.3",
"whatwg-url": "^14.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop -H 0.0.0.0",
"develop:staging": "DRUPAL_URL=https://cms.staging.lib.umich.edu/ npm run develop",
"format": "npm run lint -- --fix",
"lint": "npx eslint $* ./gatsby-*.js src/**/*.js",
"serve": "gatsby serve --host 0.0.0.0",
"stage": "gatsby build && now public --name lib-umich --public",
"start": "npm run develop",
"start:production": "npm run clean && npm run build && npm run serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mlibrary/lib.umich.edu"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin": "^2.10.1",
"bottleneck": "^2.19.5",
"entities": "^5.0.0",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.2",
"fetch-retry": "^6.0.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"globals": "^15.12.0"
},
"overrides": {
"eslint-plugin-react": {
"eslint": "latest"
},
"react-scripts": {
"@svgr/webpack": "latest",
"babel-preset-react-app": {
"@babel/plugin-proposal-class-properties": "npm:@babel/plugin-transform-class-properties",
"@babel/plugin-proposal-nullish-coalescing-operator": "npm:@babel/plugin-transform-nullish-coalescing-operator",
"@babel/plugin-proposal-numeric-separator": "npm:@babel/plugin-transform-numeric-separator",
"@babel/plugin-proposal-optional-chaining": "npm:@babel/plugin-transform-optional-chaining",
"@babel/plugin-proposal-private-methods": "npm:@babel/plugin-transform-private-methods"
},
"css-minimizer-webpack-plugin": "latest",
"jest": "latest",
"magic-string": "latest",
"resolve-url-loader": "latest",
"source-map-loader": "latest",
"typescript": "latest",
"workbox-webpack-plugin": "latest"
}
}
}