-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
42 lines (42 loc) · 1.01 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
{
"version": "3.3.2",
"name": "vue-waterfall-plugin",
"author": "Yaowen Liu <[email protected]>",
"license": "UNLICENSED",
"files": [
"dist"
],
"main": "dist/my-lib.umd.js",
"module": "dist/my-lib.es.js",
"scripts": {
"dev": "vite",
"build:page": "cross-env TARGET=page vite build",
"build:npm": "cross-env TARGET=npm vite build",
"serve": "vite preview",
"test": "vitest"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
"eslint": "^8.10.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"vite": "^2.6.4",
"vite-plugin-vue2": "^1.9.3",
"vitest": "^0.7.10",
"vue-template-compiler": "2.6.11"
},
"dependencies": {
"animate.css": "^4.1.1",
"element-ui": "^2.15.6",
"vue": "2.6.11",
"vue-waterfall-plugin": "^3.3.0"
},
"respository": {
"type": "git",
"url": "https://github.com/heikaimu/vue-waterfall-plugin"
},
"bugs": {
"url": "https://github.com/heikaimu/vue-waterfall-plugin/issues"
}
}