-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.61 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.61 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
48
49
50
{
"name": "masonry-grid",
"type": "module",
"private": true,
"version": "0.0.0",
"description": "A fast, lightweight, and responsive masonry grid layout library.",
"author": "dangreen",
"license": "MIT",
"homepage": "https://masonry-grid.js.org",
"funding": "https://ko-fi.com/dangreen",
"repository": {
"type": "git",
"url": "https://github.com/TrigenSoftware/masonry-grid.git"
},
"bugs": {
"url": "https://github.com/TrigenSoftware/masonry-grid/issues"
},
"engines": {
"node": ">=16"
},
"scripts": {
"clear": "pnpm -r --parallel clear",
"build": "pnpm -r --parallel --filter \\!website build",
"lint": "pnpm -r --parallel --filter \\!website --if-present lint",
"test:unit": "pnpm -r --parallel --if-present test:unit",
"test:size": "pnpm -r --parallel --if-present test:size",
"test:types": "pnpm -r --parallel --if-present test:types",
"test": "run -p lint test:unit test:types",
"docs:dev": "pnpm --filter website dev",
"docs:build": "pnpm --filter website build",
"docs:preview": "pnpm --filter website preview",
"commit": "cz",
"updateGitHooks": "simple-git-hooks"
},
"devDependencies": {
"@commitlint/cli": "^20.0.0",
"@commitlint/config-conventional": "^20.0.0",
"@commitlint/config-pnpm-scopes": "^20.0.0",
"@commitlint/cz-commitlint": "^20.0.0",
"@trigen/eslint-config": "^8.0.7",
"@trigen/scripts": "^8.0.4",
"clean-publish": "^5.0.0",
"commitizen": "^4.2.4",
"del-cli": "^7.0.0",
"eslint": "9.31.0",
"nano-staged": "^0.8.0",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.3.3"
}
}