forked from vteams/open-source-billing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 869 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 869 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
34
{
"dependencies": {
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.3.0",
"bootstrap": "^4.5.0",
"chart.js": "^2.9.3",
"chartkick": "^3.2.0",
"cocoon": "^0.1.1",
"coffee-loader": "^0.9.0",
"coffeescript": "1.12.7",
"expose-loader": "^1.0.0",
"fullcalendar": "^3.10.1",
"hammerjs": "^2.0.8",
"i18n-js": "^3.7.0",
"intro.js": "^2.9.3",
"jquery": "^3.5.1",
"jquery-mousewheel": "^3.1.13",
"jquery-ui-dist": "^1.12.1",
"js.cookie": "^0.0.4",
"loader-runner": "^4.3.0",
"moment": "^2.26.0",
"node": "^16.13.1",
"nouislider": "^14.6.0",
"popper.js": "^1.16.1",
"rails-erb-loader": "^5.5.2",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"webpack-dev-server": "^3.11.2"
}
}