-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.32 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
{
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@nathanvda/cocoon": "^1.2.14",
"@popperjs/core": "^2.11.8",
"@rails/activestorage": "^7.0.3-4",
"@rails/ujs": "^7.0.3-4",
"admin-lte": "^3.2.0",
"autoprefixer": "^10.4.19",
"babel-loader": "8.2.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"channels": "^0.0.4",
"data-confirm-modal": "^1.6.2",
"dropzone": "^5.9.2",
"jquery": "^3.7.1",
"jquery-slimscroll": "^1.3.8",
"jquery-ujs": "^1.2.2",
"moment": "^2.29.4",
"nodemon": "^3.1.3",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"sass": "^1.77.6",
"stimulus": "^3.0.0",
"sweetalert2": "^11.11.1",
"vivagraphjs": "^0.12.0",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"build:css": "yarn build:css:compile && yarn build:css:prefix",
"build:css:compile": "sass ./app/assets/stylesheets/entrypoints:./app/assets/builds --no-source-map --load-path=node_modules",
"build:css:prefix": "postcss ./app/assets/builds/application.css --use=autoprefixer --output=./app/assets/builds/application.css",
"watch:css": "nodemon --watch ./app/assets/stylesheets/ --ext scss --exec \"yarn build:css\""
},
"browserslist": [
"defaults"
]
}