forked from heraldofsolace/UPMD_Parents_Interface
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 801 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
{
"name": "upi",
"private": true,
"dependencies": {
"@activeadmin/activeadmin": "^2.9.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.0",
"activeadmin_addons": "^1.0.0",
"arctic_admin": "^4.0.1",
"autoprefixer": "^9",
"noty": "^3.2.0-beta-deprecated",
"postcss": "^7",
"slim-select": "^1.27.0",
"stimulus": "^2.0.0",
"stimulus-rails-nested-form": "^3.0.0",
"stimulus-slimselect": "^0.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.11.2"
}
}