-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
87 lines (87 loc) · 2.54 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": "Psulcat",
"private": true,
"dependencies": {
"@babel/core": "7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/preset-react": "^7.22.15",
"@babel/runtime": "7",
"@blueprintjs/core": "^5.5.1",
"@fontsource/open-sans": "^4.5.0",
"@fontsource/roboto-slab": "^4.5.0",
"@fortawesome/fontawesome-free": "^5.7.2",
"@types/babel__core": "7",
"@types/webpack": "5",
"babel-loader": "8",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"blacklight-frontend": "7.33.1",
"blacklight-marc": "https://github.com/projectblacklight/blacklight-marc.git#latest",
"blacklight-range-limit": "https://github.com/projectblacklight/blacklight_range_limit.git#latest",
"bootstrap": "4.x",
"bootstrap-select": "^1.13.18",
"caniuse-lite": "^1.0.30000697",
"compression-webpack-plugin": "9",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"mini-css-extract-plugin": "^2.7.6",
"mirador": "^3.3.0",
"popper.js": "^1.14.7",
"prop-types": "^15.7.2",
"rails-ujs": "^5.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"shakapacker": "7.1.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "5",
"turbolinks": "^5.2.0",
"url": "^0.11.3",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-merge": "5"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"jest": "^26.6.3",
"prettier": "^2.5.1",
"webpack-dev-server": "4"
},
"scripts": {
"test": "jest",
"lint": "yarn run eslint --ext .js,.jsx app/javascript spec/javascript"
},
"jest": {
"roots": [
"spec/javascript"
],
"moduleDirectories": [
"node_modules",
"app/javascript"
]
}
}