forked from umanni/Fullstack-Developer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 790 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": "app",
"private": "true",
"engines": {
"node": "19.6.0",
"npm": "9.4.0",
"yarn": "1.22.19"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@popperjs/core": "^2.11.6",
"@rails/actioncable": "^7.0.4-2",
"@rails/ujs": "^7.0.4-2",
"block-ui": "^2.70.1",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"chart.js": "^4.2.1",
"chartkick": "^5.0.1",
"esbuild": "^0.17.5",
"jquery": "^3.6.3",
"sass": "^1.58.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"build:css": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"
}
}