-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
42 lines (42 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
{
"name": "vue-dialog-drag",
"version": "0.1.29",
"description": "A Vue Draggable Dialog Component",
"author": "emi",
"scripts": {
"build": "npm run build-dialog && npm run build-drop-area && npm run styles && npm run clean-dist",
"lint": "vue-cli-service lint",
"build-dialog": "vue-cli-service build --target lib --name vue-dialog-drag src/components/vue-dialog-drag.vue",
"build-drop-area": "vue-cli-service build --no-clean --target lib --name vue-drop-area src/components/drop-area.vue",
"clean-dist": "rm dist/demo.html",
"dev": "vue-cli-service serve",
"example": "vue-cli-service build --dest example",
"styles": "./node_modules/.bin/stylus --compress -I src/lib/styl < ./src/lib/styl/dialog-styles.styl > ./dist/dialog-styles.css"
},
"main": "dist/vue-dialog-drag.umd.js",
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.4",
"@vue/cli-plugin-eslint": "^4.4.4",
"@vue/cli-service": "~4.4.4",
"@vue/eslint-config-standard": "^3.0.0-rc.5",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"eslint": "^7.2.0",
"eslint-plugin-vue": "^6.2.2",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.5.16",
"vue-template-compiler": "^2.5.16"
},
"bugs": {
"url": "https://github.com/emiliorizzo/vue-dialog-drag/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/emiliorizzo/vue-dialog-drag"
}
}