-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 835 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
{
"name": "@lucas-labs/lugit-theme",
"version": "1.0.0",
"type": "module",
"description": "Custom theme for lucaslabs' internal git server",
"main": "index.js",
"scripts": {
"build": "node tools/build.js",
"serve": "node tools/serve.js",
"deploy": "node tools/deploy.js",
"restart": "node tools/restart.js",
"style:check": "npx prettier -c ."
},
"author": "lucas-labs",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.29.3",
"chokidar": "^3.5.3",
"css-tree": "^2.3.1",
"eslint": "^8.43.0",
"fabric": "5.3",
"imagemin-zopfli": "^7.0.0",
"prettier": "^2.8.8",
"sass": "1.63.6",
"svgo": "^3.0.2"
},
"dependencies": {
"@lucas-labs/lui-micro": "^3.1.4"
}
}