forked from desandro/masonry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 887 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@paper-folding/masonry-layout",
"version": "5.0.8",
"description": "Cascading grid layout library",
"type": "module",
"files": [
"dist",
"src/lib"
],
"main": "src/lib/masonry.js",
"devDependencies": {
"prettier": "^3.3.3",
"vite": "^5.4.6"
},
"directories": {
"test": "test"
},
"scripts": {
"prebuild": "prettier . --write",
"build": "vite build",
"test": "vite"
},
"repository": {
"type": "git",
"url": "https://github.com/Paper-Folding/masonry"
},
"keywords": [
"DOM",
"browser",
"grid",
"layout",
"outlayer"
],
"dependencies": {
"@paper-folding/outlayer": "^3.0.8"
},
"author": "Paper Folding",
"license": "MIT",
"bugs": {
"url": "https://github.com/desandro/masonry/issues"
},
"homepage": "https://masonry.desandro.com",
"packageManager": "[email protected]"
}