forked from TrestleAdmin/trestle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.33 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
41
42
43
44
45
{
"name": "trestle",
"version": "0.9.6",
"description": "A modern, responsive admin framework for Ruby on Rails",
"homepage": "https://trestle.io",
"repository": "https://github.com/TrestleAdmin/trestle.git",
"author": "Sam Pohlenz <[email protected]>",
"license": "LGPL-3.0",
"private": true,
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.2",
"expose-loader": "^3.0.0",
"mini-css-extract-plugin": "^2.0.0",
"node-sass": "^7.0.1",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.1",
"sass-loader": "^12.1.0",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@rails/ujs": "^6.1.3-1",
"bootstrap": "^4.5.0",
"bootstrap-confirmation2": "^4.2.1",
"bs-custom-file-input": "^1.3.2",
"flatpickr": "^4.6.2",
"jquery": "^3.6.0",
"magnific-popup": "^1.1.0",
"popper.js": "^1.15.0",
"select2": "^4.0.10",
"select2-theme-bootstrap4": "^1.0.0"
}
}