-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "wc-waterfall",
"private": false,
"version": "0.1.3",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"unpkg": "dist/index.iife.js",
"jsdelivr": "dist/index.iife.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"repository": {
"type": "git",
"url": "https://github.com/huodoushigemi/wc-flow-layout.git"
},
"author": "灬都是个谜",
"license": "MIT",
"description": "wc-waterfall is a flow layout component written using web-component",
"scripts": {
"dev": "vite",
"build:docs": "vite build --outDir docs --base ./",
"build": "rimraf dist/* && rollup -c && rimraf dist/types",
"preview": "vite preview"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.1",
"cssnano": "^6.0.2",
"postcss": "^8.4.32",
"postcss-clean": "^1.2.2",
"rollup": "^3.23.0",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.5.3",
"typescript": "^5.0.2",
"vite": "^4.3.9"
},
"keywords": [
"flow",
"flow-layout",
"flow-list",
"waterfall",
"wc-waterfall"
]
}