-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.55 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.55 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
{
"name": "@collabo-community/building-blocks",
"version": "0.0.0",
"description": "The Building blocks framework repos is a collection of libraries and/or ideas, built to help achieve a predictable, structured and perfomant style of writing code. The ideology behind building blocks is also being developed to include non-code settings.",
"main": "@blocksTS/index.ts",
"types": "@blocksTS/index.d.ts",
"files": [],
"scripts": {
"blocks:ts": "",
"blocks:ts:build": "npx tsc",
"blocks:css": "npm-run-all --parallel blocks:css:scss blocks:css:watch-delete",
"blocks:css:scss": "sass --watch --source-map @dev/@blocksCSS/scss:@dev/@blocksCSS/css",
"blocks:css:watch-delete": "node @dev/@blocksCSS/watch-delete.js"
},
"dependencies": {
"chokidar": "^3.6.0",
"sass": "^1.77.6"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"chalk": "^4.1.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.5.3"
},
"homepage": "https://github.com/collabo-community/building-blocks#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/collabo-community/building-blocks.git"
},
"bugs": {
"url": "https://github.com/collabo-community/issue-tickets-ready-for-fixing/issues"
},
"author": "Collabo Community [Code Collabo]",
"license": "AGPL v3.0",
"contributors": [
"Find list of contributors in project README: https://github.com/collabo-community/building-blocks?tab=readme-ov-file#contributors"
]
}