-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
139 lines (139 loc) · 3.9 KB
/
package.json
File metadata and controls
139 lines (139 loc) · 3.9 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "qbuilder",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"@hotwired/turbo-rails": "^8.0.20",
"@rails/actioncable": "^8.1.100",
"@rails/actiontext": "^8.1.100",
"@rails/activestorage": "^8.1.100",
"autoprefixer": "^10.4.22",
"bootstrap": "^5.3.8",
"immutable": "^5.1.5",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.5.1",
"jquery-ui": "^1.13.2",
"nodemon": "^3.1.11",
"nouislider": "^15.8.1",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"sass": "^1.97.3",
"trix": "^2.1.18"
},
"scripts": {
"build:css": "bun run build:css:compile && bun run build:css:prefix",
"build:css:compile": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --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 \"bun run build:css\""
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^5.2.1"
},
"resolutions": {
"terser-webpack-plugin": "4.2.3",
"debug": "4.3.1",
"json5": "2.1.3",
"semver": "7.0.0",
"source-map": "0.7.3",
"chalk": "2.4.2",
"ansi-styles": "3.2.1",
"supports-color": "7.2.0",
"color-name": "1.1.3",
"has-flag": "4.0.0",
"jsesc": "2.5.2",
"safe-buffer": "5.2.1",
"ms": "2.1.3",
"find-cache-dir": "3.3.1",
"loader-utils": "2.0.0",
"make-dir": "3.1.0",
"schema-utils": "3.0.0",
"pkg-dir": "4.2.0",
"find-up": "4.1.0",
"locate-path": "5.0.0",
"path-exists": "4.0.0",
"p-locate": "4.1.0",
"p-limit": "3.1.0",
"punycode": "2.1.1",
"cosmiconfig": "6.0.0",
"import-fresh": "3.2.2",
"parse-json": "5.1.0",
"path-type": "4.0.0",
"resolve-from": "4.0.0",
"callsites": "3.1.0",
"is-arrayish": "0.3.2",
"cacache": "15.0.5",
"serialize-javascript": "5.0.1",
"chownr": "2.0.0",
"lru-cache": "6.0.0",
"mkdirp": "1.0.4",
"p-map": "4.0.0",
"rimraf": "3.0.2",
"ssri": "8.0.0",
"tar": "6.0.5",
"yallist": "4.0.0",
"indent-string": "4.0.0",
"camelcase": "5.3.1",
"cssesc": "3.0.0",
"normalize-path": "3.0.0",
"postcss-value-parser": "4.1.0",
"postcss-selector-parser": "6.0.4",
"inherits": "2.0.4",
"normalize-url": "3.3.0",
"cross-spawn": "6.0.5",
"strip-ansi": "5.2.0",
"ansi-regex": "4.1.0",
"pify": "4.0.1",
"readable-stream": "3.6.0",
"string_decoder": "1.3.0",
"string-width": "3.1.0",
"is-fullwidth-code-point": "2.0.0",
"qs": "6.7.0",
"extsprintf": "1.4.0",
"mime-db": "1.45.0",
"is-absolute-url": "3.0.3",
"css-tree": "1.1.2",
"domelementtype": "2.1.0",
"mdn-data": "2.0.14",
"es-abstract": "1.18.0-next.1",
"kind-of": "6.0.3",
"isobject": "3.0.1",
"terser": "5.5.1",
"memory-fs": "0.5.0",
"estraverse": "5.2.0",
"braces": "3.0.2",
"define-property": "2.0.2",
"extend-shallow": "3.0.2",
"fill-range": "7.0.1",
"is-extendable": "1.0.1",
"is-number": "7.0.0",
"to-regex-range": "5.0.1",
"is-descriptor": "1.0.2",
"is-accessor-descriptor": "1.0.0",
"is-data-descriptor": "1.0.0",
"has-value": "1.0.0",
"has-values": "1.0.0",
"util": "0.11.1",
"bn.js": "5.1.3",
"pump": "3.0.0",
"chokidar": "3.4.3",
"anymatch": "3.1.1",
"glob-parent": "5.1.1",
"is-binary-path": "2.1.0",
"is-glob": "4.0.1",
"readdirp": "3.5.0",
"binary-extensions": "2.1.0",
"global-modules": "2.0.0",
"global-prefix": "3.0.0",
"array-flatten": "2.1.2",
"bytes": "3.1.0",
"setprototypeof": "1.1.1",
"http-errors": "1.7.3",
"mime": "2.4.6",
"faye-websocket": "0.11.3",
"websocket-driver": "0.7.4"
},
"browserslist": [
"defaults"
]
}