forked from psu-libraries/scholarsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "scholarsphere",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.2-2",
"@rails/activestorage": "^6.0.2-2",
"@rails/ujs": "^6.0.2-2",
"@rails/webpacker": "^5.0.1",
"@uppy/aws-s3-multipart": "^1.5.3",
"@uppy/core": "^1.9.0",
"@uppy/dashboard": "^1.7.0",
"@uppy/xhr-upload": "^1.5.3",
"blacklight-frontend": "^7.7.0",
"caniuse-lite": "^1.0.30001038",
"cocoon-js": "^0.0.5",
"popper.js": "^1.16.1",
"stimulus": "^1.1.1",
"twitter-typeahead-rails": "https://github.com/yourabi/twitter-typeahead-rails.git#v0.11.1.pre.corejavascript"
},
"version": "0.1.0",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"webpack-dev-server": "^3.10.3"
},
"scripts": {
"lint": "yarn run eslint --ext .js app/javascript"
}
}