-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "vue-cosha",
"version": "0.2.4",
"description": "A vue directive for the cosha library",
"main": "dist/vue-cosha.js",
"module": "dist/vue-cosha.esm.js",
"unpkg": "dist/vue-cosha.min.js",
"license": "MIT",
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kn0wn/vue-cosha.git"
},
"files": [
"dist/*",
"src/*"
],
"scripts": {
"dev": "webpack-dev-server --config build/webpack.config.js --mode development",
"build": "npm run bundle && npm run bundle:min",
"bundle": "rollup -c build/rollup.config.js",
"bundle:min": "rollup -c build/rollup.config.min.js"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@rollup/plugin-node-resolve": "^9.0.0",
"cross-env": "^7.0.2",
"css-loader": "^4.3.0",
"html-webpack-plugin": "^4.4.1",
"rollup": "^2.38.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.2",
"vue": "^2.6.12",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"keywords": [
"vue",
"directive",
"image",
"shadow",
"colors",
"css filters"
],
"homepage": "https://github.com/kn0wn/vue-cosha#readme"
}