-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 782 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 782 Bytes
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
{
"name": "bjc-teacher-tracker",
"private": true,
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.x",
"@rails/actiontext": "^6.1.4-4",
"@rails/ujs": "^7.0.1",
"@rails/webpacker": "5.x.x",
"bootstrap": "^4.x.x",
"choices.js": "^10.1.0",
"datatables.net-bs4": "^1.x.x",
"datatables.net-buttons-bs4": "^2.x.x",
"jquery": "^3.6.0",
"jquery-ujs": "^1.2.3",
"popper.js": "^1.16.0",
"selectize": "^0.12.6",
"tinymce": "^5.x",
"trix": "^2.1.4",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"webpack": "^4.x",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^4.x"
},
"engines": {
"node": "^14.0 || ^16.0"
},
"scripts": {
"dev": "overmind s -f Procfile.dev"
}
}