forked from ualbertalib/jupiter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 938 Bytes
/
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
{
"name": "jupiter",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "eslint --ext .js app/javascript"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@rails/actiontext": "^6.0.3",
"@rails/activestorage": "^6.0.3",
"@rails/ujs": "^6.0.3",
"@rails/webpacker": "^5.1.1",
"bootstrap": "^4.4.1",
"core-js": "^3.6.5",
"dropzone": "^5.7.0",
"easy-autocomplete": "^1.3.5",
"expose-loader": "^0.7.5",
"jquery": "^3.4.1",
"jquery-multidownload": "^4.0.1",
"popper.js": "^1.16.0",
"regenerator-runtime": "^0.13.5",
"selectize": "^0.12.6",
"trix": "^1.2.3",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"webpack-dev-server": "^3.11.0"
},
"resolutions": {
"webpack": "^4.0.0"
}
}