This repository was archived by the owner on Dec 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.46 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.46 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
{
"name": "geyser",
"version": "0.9",
"description": "Geyser frontend",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"start": "webpack --progress --colors --watch -d --display-error-details --config config/webpack/${RAILS_ENV:-development}.js",
"build": "webpack --progress --config config/webpack/${RAILS_ENV:-development}.js",
"snyk-protect": "snyk protect"
},
"keywords": [
"geyser"
],
"author": "Malo Skrylevo <majioa@yandex.ru>",
"license": "MIT",
"homepage": "https://packages.altlinux.org",
"devDependencies": {
"@webpack-cli/serve": "^1.3.0",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^1.3.0",
"dns-packet": "^5.2.2",
"file-loader": "^6.2.0",
"gifsicle": "^5.2.0",
"ignore-loader": "^0.1.2",
"image-webpack-loader": "^7.0.1",
"mini-css-extract-plugin": "^1.3.9",
"mozjpeg": "^7.0.0",
"pngquant": "^4.0.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"svgo": "^2.2.2",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.2",
"yarn": "^1.22.0"
},
"dependencies": {
"@rails/webpacker": "^6.0.0-beta.5",
"axios": "^0.21.1",
"bl": "^4.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/znamenica/dneslov.git"
},
"snyk": true,
"babel": {
"presets": [
"./node_modules/@rails/webpacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
]
}