-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
package.json
44 lines (44 loc) · 1.32 KB
/
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
44
{
"name": "clearvision",
"description": "Highly customizable theme for BetterDiscord.",
"private": true,
"scripts": {
"build": "npm run clean && npm run build.sass",
"build.sass": "sass --style=compressed --no-source-map hljs.scss:public/hljs.css main.scss:public/main.css",
"clean": "rimraf {public,test}",
"addons.clean": "rimraf {addons}",
"format": "prettier --write .",
"test": "npm run clean && npm run test.build",
"test.build": "sass --style=expanded --no-source-map hljs.scss:test/hljs.css main.scss:test/main.css",
"addons": "npm run addons.clean && npm run addons.build",
"addons.build": "sass --style=expanded --no-source-map scripts/cvstuff/main.scss:addons/main.css"
},
"repository": {
"type": "git",
"url": "https://github.com/ClearVision/ClearVision-v6.git"
},
"author": "Zerthox",
"contributors": [
"Leozard",
"NyxIsBad",
"LeafyLuigi",
"BabyBoySnow",
"Mentalscars",
"nihaals",
"OmgDani",
"untuned",
"xcruxiex"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ClearVision/ClearVision-v6/issues"
},
"homepage": "https://clearvision.github.io",
"devDependencies": {
"autoprefixer": "^10.4.4",
"postcss-cli": "^9.1.0",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"sass": "^1.49.11"
}
}