forked from uCV-team/ucv-online
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 820 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": "ucv",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@rails/webpacker": "5.4.3",
"babel-polyfill": "^6.26.0",
"bootstrap": "4.3.1",
"brand-colors": "^2.1.1",
"datatables": "^1.10.18",
"jquery": "^3.6.0",
"jquery-ui-dist": "^1.12.1",
"lodash": ">=4.17.21",
"perfect-scrollbar": "^1.5.1",
"popper.js": "^1.14.4",
"postcss": "8.2.13",
"postcss-cssnext": "^3.1.1",
"postcss-loader": "~3.0.0",
"rails-ujs": "^5.2.1",
"sass-loader": "7.1.0",
"simple-line-icons": "^2.4.1",
"sortablejs": "^1.13.0",
"trix": "^1.3.1",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"webpack-dev-server": "4.7.0"
},
"resolutions": {
"serialize-javascript": "^2.1.1"
}
}