|
1 | 1 | { |
2 | 2 | "name": "@ditdot-dev/vue-flow-form", |
3 | | - "author": "DITDOT", |
4 | | - "description": "Create conversational conditional-logic forms with Vue.js.", |
5 | 3 | "version": "1.1.1", |
6 | 4 | "private": false, |
7 | | - "repository": { |
8 | | - "type": "git", |
9 | | - "url": "https://github.com/ditdot-dev/vue-flow-form.git" |
10 | | - }, |
11 | | - "keywords": [ |
12 | | - "vue", |
13 | | - "vue2", |
14 | | - "vuejs", |
15 | | - "forms", |
16 | | - "survey-form", |
17 | | - "questionnaire", |
18 | | - "quiz", |
19 | | - "typeform", |
20 | | - "form-generator", |
21 | | - "vue-component", |
22 | | - "conversational-ui" |
23 | | - ], |
24 | | - "license": "MIT", |
25 | | - "homepage": "https://www.ditdot.hr/en/vue-flow-form", |
26 | | - "bugs": { |
27 | | - "url": "https://github.com/ditdot-dev/vue-flow-form/issues" |
| 5 | + "description": "Create conversational conditional-logic forms with Vue.js.", |
| 6 | + "author": "DITDOT", |
| 7 | + "scripts": { |
| 8 | + "serve": "vue-cli-service serve", |
| 9 | + "build": "vue-cli-service build", |
| 10 | + "build:npm": "rollup --config build/rollup.config.js && npm run cssmin", |
| 11 | + "cssmin": "postcss dist/vue-flow-form.theme-minimal.css -o dist/vue-flow-form.theme-minimal.min.css && postcss dist/vue-flow-form.theme-green.css -o dist/vue-flow-form.theme-green.min.css && postcss dist/vue-flow-form.theme-purple.css -o dist/vue-flow-form.theme-purple.min.css" |
28 | 12 | }, |
29 | 13 | "main": "dist/vue-flow-form.umd.js", |
30 | 14 | "module": "dist/vue-flow-form.esm.js", |
31 | 15 | "browser": "dist/vue-flow-form.common.js", |
32 | | - "jsdelivr": "dist/vue-flow-form.umd.min.js", |
33 | 16 | "unpkg": "dist/vue-flow-form.umd.min.js", |
34 | 17 | "files": [ |
35 | 18 | "dist" |
36 | 19 | ], |
37 | | - "scripts": { |
38 | | - "serve": "vue-cli-service serve", |
39 | | - "build": "vue-cli-service build", |
40 | | - "build:npm": "rollup --config build/rollup.config.js && npm run cssmin", |
41 | | - "cssmin": "postcss dist/vue-flow-form.theme-minimal.css -o dist/vue-flow-form.theme-minimal.min.css && postcss dist/vue-flow-form.theme-green.css -o dist/vue-flow-form.theme-green.min.css && postcss dist/vue-flow-form.theme-purple.css -o dist/vue-flow-form.theme-purple.min.css" |
42 | | - }, |
43 | | - "eslintConfig": { |
44 | | - "root": true, |
45 | | - "extends": [ |
46 | | - "plugin:vue/essential" |
47 | | - ], |
48 | | - "rules": { |
49 | | - "no-unused-vars": "off" |
50 | | - } |
51 | | - }, |
52 | 20 | "dependencies": { |
53 | 21 | "es6-object-assign": "^1.1.0", |
| 22 | + "vue": "^3.0.0-beta.1", |
54 | 23 | "vue-textarea-autosize": "^1.1.1", |
55 | 24 | "vue-the-mask": "^0.11.1" |
56 | 25 | }, |
|
59 | 28 | "@rollup/plugin-buble": "^0.21.3", |
60 | 29 | "@rollup/plugin-commonjs": "^11.1.0", |
61 | 30 | "@rollup/plugin-node-resolve": "^9.0.0", |
62 | | - "@vue/cli-plugin-babel": "^4.4.1", |
63 | | - "@vue/cli-service": "^4.4.1", |
| 31 | + "@vue/cli-plugin-babel": "^4.5.6", |
| 32 | + "@vue/cli-service": "^4.5.6", |
| 33 | + "@vue/compiler-sfc": "^3.0.0-beta.1", |
64 | 34 | "babel-helper-vue-jsx-merge-props": "^2.0.2", |
65 | 35 | "babel-plugin-syntax-jsx": "^6.18.0", |
66 | 36 | "babel-plugin-transform-vue-jsx": "^3.3.0", |
|
76 | 46 | "rollup-plugin-postcss": "^3.1.6", |
77 | 47 | "rollup-plugin-terser": "^7.0.0", |
78 | 48 | "rollup-plugin-vue": "^5.0.1", |
79 | | - "vue": "^2.6.11", |
80 | | - "vue-template-compiler": "^2.6.11" |
| 49 | + "vue": "^3.0.0" |
| 50 | + }, |
| 51 | + "eslintConfig": { |
| 52 | + "root": true, |
| 53 | + "extends": [ |
| 54 | + "plugin:vue/essential" |
| 55 | + ], |
| 56 | + "rules": { |
| 57 | + "no-unused-vars": "off" |
| 58 | + } |
| 59 | + }, |
| 60 | + "bugs": { |
| 61 | + "url": "https://github.com/ditdot-dev/vue-flow-form/issues" |
| 62 | + }, |
| 63 | + "homepage": "https://www.ditdot.hr/en/vue-flow-form", |
| 64 | + "jsdelivr": "dist/vue-flow-form.umd.min.js", |
| 65 | + "keywords": [ |
| 66 | + "vue", |
| 67 | + "vue2", |
| 68 | + "vuejs", |
| 69 | + "forms", |
| 70 | + "survey-form", |
| 71 | + "questionnaire", |
| 72 | + "quiz", |
| 73 | + "typeform", |
| 74 | + "form-generator", |
| 75 | + "vue-component", |
| 76 | + "conversational-ui" |
| 77 | + ], |
| 78 | + "license": "MIT", |
| 79 | + "repository": { |
| 80 | + "type": "git", |
| 81 | + "url": "https://github.com/ditdot-dev/vue-flow-form.git" |
81 | 82 | } |
82 | 83 | } |
0 commit comments