-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.69 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.69 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
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
88
89
90
91
92
93
{
"name": "scholarsphere",
"private": true,
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/runtime": "^7.26.10",
"@popperjs/core": "^2.11.8",
"@rails/actioncable": "^6.1.4",
"@rails/activestorage": "^6.1.4",
"@rails/ujs": "^6.1.4",
"@uppy/aws-s3": "^4.0.0",
"@uppy/core": "^4.4.1",
"@uppy/dashboard": "^4.2.0",
"autocomplete.js": "^0.38.0",
"axios": "^1.12.0",
"babel-loader": "^9.1.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"blacklight-frontend": "^7.38.0",
"caniuse-lite": "^1.0.30001115",
"cocoon-js": "^0.0.5",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"d3": "^7.8.2",
"graphiql": "^1.4.7",
"graphql": "^15.5.0",
"graphql-ws": "^5.14.2",
"inputmask": "^5.0.5",
"is-svg": "^4.2.2",
"jquery": "^3.5.1",
"mini-css-extract-plugin": "^2.7.6",
"mustache": "^4.0.1",
"postcss": "^8.5.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.69.5",
"sass-loader": "^16.0.5",
"select2": "^4.0.13",
"shakapacker": "9.5.0",
"stimulus": "^1.1.1",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"twitter-typeahead-rails": "https://github.com/yourabi/twitter-typeahead-rails.git#v0.11.1.pre.corejavascript",
"webpack": "^5.89.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0",
"webpack-sources": "^3.2.3"
},
"resolutions": {
"bootstrap": "5.1.3",
"form-data": "^4.0.4",
"preact": "10.28.2"
},
"version": "0.1.0",
"packageManager": "yarn@1.22.22",
"devDependencies": {
"@babel/eslint-parser": "^7.27.5",
"@eslint/js": "^9.28.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@redocly/cli": "^1.34.3",
"eslint": "^9.28.0",
"globals": "^16.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.0-beta.3",
"react-refresh": "^0.14.0"
},
"jest": {
"roots": [
"spec/javascript"
],
"moduleDirectories": [
"node_modules",
"app/javascript/controllers"
],
"moduleNameMapper": {
"d3": "<rootDir>/node_modules/d3/dist/d3.min.js"
},
"testEnvironment": "jsdom"
},
"scripts": {
"lint": "yarn run eslint --ext .js app/javascript spec/javascript",
"build-docs": "yarn redocly build-docs -o doc/api/index.html openapi.yml",
"test": "jest"
}
}