-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (54 loc) · 1.55 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
45
46
47
48
49
50
51
52
53
54
{
"name": "@appnest/masonry-layout",
"version": "2.2.3",
"license": "MIT",
"module": "index.js",
"author": "Appnest",
"website": "https://appnest-demo.firebaseapp.com/masonry-layout/",
"description": "An efficient and fast web component that gives you a beautiful masonry layout",
"bugs": {
"url": "https://github.com/andreasbm/masonry-layout/issues"
},
"homepage": "https://github.com/andreasbm/masonry-layout#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/andreasbm/masonry-layout.git"
},
"keywords": [
"masonry-layout",
"masonry-grid",
"masonry",
"layout",
"grid",
"custom",
"elements",
"web",
"component",
"custom element",
"web component"
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"start": "vite",
"ncu": "ncu -u -a && npm update && npm install",
"b:lib": "node pre-build.js && tsc -p tsconfig.build.json && rollup -c rollup-build.config.ts && npm run custom-elements-json",
"readme": "node node_modules/.bin/readme generate",
"postversion": "npm run readme && npm run b:lib",
"custom-elements-json": "npx wca analyze src/lib --format json --outFile dist/custom-elements.json"
},
"devDependencies": {
"@appnest/readme": "^1.2.7",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/rollup-plugin-progress": "^1.1.1",
"fs-extra": "^10.0.0",
"path": "^0.12.7",
"rimraf": "^5.0.1",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}