-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.5 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
{
"name": "vue-waterfall-plugin-next",
"version": "2.6.5",
"license": "UNLICENSED",
"author": "Yaowen Liu <[email protected]>",
"main": "dist/my-lib.umd.js",
"module": "dist/my-lib.es.js",
"typings": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build:npm": "cross-env TARGET=npm vite build && vue-tsc --declaration --emitDeclarationOnly && mv dist/lib dist/types",
"build:page": "cross-env TARGET=page vite build",
"serve": "vite preview",
"test": "vitest",
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "0.18.8",
"@better-scroll/core": "^2.5.1",
"@better-scroll/mouse-wheel": "^2.5.1",
"@better-scroll/observe-dom": "^2.5.1",
"@better-scroll/pull-up": "^2.5.1",
"@better-scroll/scroll-bar": "^2.5.1",
"@types/lodash-es": "4.17.6",
"@types/node": "17.0.21",
"@vitejs/plugin-vue": "1.9.3",
"@vueuse/core": "8.1.1",
"animate.css": "4.1.1",
"autoprefix": "1.0.1",
"autoprefixer": "10.4.2",
"cross-env": "7.0.3",
"element-plus": "2.1.4",
"eslint": "8.10.0",
"postcss": "8.4.8",
"tailwindcss": "3.0.23",
"typescript": "4.4.3",
"vite": "2.6.4",
"vitest": "0.6.0",
"vue": "3.2.16",
"vue-router": "4",
"vue-tsc": "0.33.2-patch.1"
},
"respository": {
"type": "git",
"url": "https://github.com/heikaimu/vue3-waterfall-plugin"
},
"bugs": {
"url": "https://github.com/heikaimu/vue3-waterfall-plugin/issues"
}
}