-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.45 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
{
"name": "flexcyon",
"version": "2.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "onchange 'scss/**/*.scss' -- node scripts/lint.mjs {{changed}}",
"lint-once": "node scripts/lint.mjs",
"fix": "node scripts/lint.mjs --fix",
"dev": "sass --watch --no-source-map scss/theme.scss theme.css",
"compile-once": "sass --no-source-map scss/theme.scss theme.css",
"pre-push": "node scripts/lint.mjs --fix && $npm_execpath run compile-once"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bladeacer/flexcyon.git"
},
"keywords": [],
"author": "bladeacer",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/bladeacer/flexcyon/issues"
},
"homepage": "https://github.com/bladeacer/flexcyon",
"devDependencies": {
"onchange": "^7.1.0",
"prettier": "^3.9.6",
"stylelint-config-obsidianmd": "^0.1.0",
"stylelint-config-recess-order": "^7.7.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-high-performance-animation": "^2.0.0",
"stylelint-no-indistinguishable-colors": "^2.3.1",
"stylelint-no-unsupported-browser-features": "^8.1.1",
"stylelint-order": "^7.0.1",
"stylelint-plugin-defensive-css": "^1.1.1",
"stylelint-prettier": "^5.0.3",
"stylelint-scales": "^5.0.0",
"stylelint-use-logical": "^2.1.3"
},
"dependencies": {
"stylelint": "^17.14.1"
}
}