-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1003 Bytes
/
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
{
"name": "@jinyacms/cosmo",
"version": "1.0.4",
"license": "MIT",
"private": false,
"homepage": "https://cosmo.jinya.dev",
"repository": {
"url": "https://github.com/Jinya-CMS/cosmo-css/",
"type": "git"
},
"author": {
"url": "https://jinya.de",
"email": "[email protected]",
"name": "Jinya Developers"
},
"contributors": [
{
"name": "Imanuel Ulbricht",
"email": "[email protected]",
"url": "https://imanuel.dev"
}
],
"devDependencies": {
"prettier": "3.4.2",
"sass": "1.83.1",
"html-bundler-webpack-plugin": "4.11.1",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
"handlebars": "4.7.8",
"handlebars-helpers": "0.10.0",
"sass-loader": "16.0.4",
"css-loader": "7.1.2",
"webpack-dev-server": "5.2.0",
"highlight.js": "11.11.1"
},
"scripts": {
"pretty:lint": "prettier --check .",
"pretty:format": "prettier --write .",
"cosmo:compile": "sass cosmo.scss cosmo.css",
"docs:compile": "webpack",
"docs:serve": "webpack serve"
}
}