-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
62 lines (62 loc) · 1.88 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
{
"name": "library_website",
"version": "1.0.0",
"description": "Library website javascript dependencies.",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js --progress --colors --mode production",
"watch": "webpack --config webpack.config.js --watch --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uchicago-library/library_website.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/uchicago-library/library_website/issues"
},
"homepage": "https://github.com/uchicago-library/library_website#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"minimist": "^1.2.7",
"prettier": "^2.8.2",
"prettier-eslint": "^15.0.1",
"webpack": "^5.75.0",
"webpack-bundle-tracker": "^1.8.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"eslint-utils": "^3.0.0",
"htmr": "^1.0.2",
"ini": "^3.0.1",
"is-my-json-valid": "^2.20.6",
"lodash": "^4.17.21",
"mixin-deep": "^2.0.1",
"oboe": "^2.1.5",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-slugify": "^3.0.0",
"serialize-javascript": "^6.0.0",
"set-value": "^4.1.0",
"styled-components": "^5.3.6",
"terser": "^5.16.1",
"util": "^0.12.5",
"y18n": "^5.0.8"
}
}