-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.07 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.07 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
{
"name": "@eightmedia/koios",
"version": "0.31.0",
"author": "hylmar@eight.nl",
"license": "ISC",
"description": "",
"main": "source/cli.js",
"bin": "source/cli.js",
"type": "module",
"files": [
"source/**/*.js"
],
"scripts": {
"start": "koios"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@hylmar/pug-dependencies": "2.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@vue/compiler-sfc": "^3.5.13",
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.3",
"bump-regex": "^4.1.0",
"camelize": "^1.0.1",
"chalk": "^5.3.0",
"chokidar": "^4.0.1",
"clean-css": "^5.3.3",
"cosmiconfig": "^9.0.0",
"del": "^8.0.0",
"dependency-tree": "^11.0.1",
"detect-indent": "^7.0.1",
"doctrine": "^3.0.0",
"eslint": "^9.16.0",
"eslint-plugin-json": "^4.0.1",
"globby": "^14.0.2",
"http-proxy-middleware": "^3.0.3",
"http2": "^3.3.7",
"indented-code-block": "^1.1.1",
"merge": "^2.1.1",
"micromatch": "^4.0.8",
"mvdir": "^1.0.22",
"postcss": "^8.5.1",
"postcss-clean": "1.2.0",
"postcss-extract-media-query": "^3.0.0",
"postcss-normalize-string": "^7.0.0",
"postcss-scss": "^4.0.9",
"postcss-sort-media-queries": "^5.2.0",
"preprocess": "^3.2.0",
"pug": "^3.0.3",
"pug-code-block": "^3.6.1",
"qoa": "^0.2.0",
"rebase-indent": "^1.6.1",
"rollup": "^4.28.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"sass": "1.81",
"semver": "^7.6.3",
"signale": "^1.4.0",
"spdy": "^4.0.2",
"stylelint": "^16.11.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-scss": "^6.10.0",
"yargs": "^17.7.2"
},
"devDependencies": {}
}