gwell-dialog 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +49 -49
package/package.json
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "gwell-dialog",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "the dialog based on vue.js that can insert tags",
|
|
5
|
-
"main": "lib/gwell-dialog.umd.min.js",
|
|
6
|
-
"private": false,
|
|
7
|
-
"author": "lengleng",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"serve": "vue-cli-service serve",
|
|
10
|
-
"build": "vue-cli-service build",
|
|
11
|
-
"lint": "vue-cli-service lint",
|
|
12
|
-
"prettier": "prettier --write .",
|
|
13
|
-
"lib": "vue-cli-service build --target lib --name gwell-dialog --dest lib packages/index.js"
|
|
14
|
-
},
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"core-js": "^3.8.3",
|
|
17
|
-
"postcss-px-to-viewport": "^1.1.1",
|
|
18
|
-
"vue": "^2.6.14",
|
|
19
|
-
"vue-router": "^3.5.1"
|
|
20
|
-
},
|
|
21
|
-
"devDependencies": {
|
|
22
|
-
"@babel/core": "^7.12.16",
|
|
23
|
-
"@vue/cli-plugin-babel": "~5.0.0",
|
|
24
|
-
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
25
|
-
"@vue/cli-plugin-router": "~5.0.0",
|
|
26
|
-
"@vue/cli-service": "~5.0.0",
|
|
27
|
-
"@vue/eslint-config-prettier": "^8.0.0",
|
|
28
|
-
"babel-eslint": "^10.1.0",
|
|
29
|
-
"crypto-js": "^3.1.9-1",
|
|
30
|
-
"eslint": "^6.7.2",
|
|
31
|
-
"eslint-config-prettier": "^8.5.0",
|
|
32
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
33
|
-
"eslint-plugin-vue": "^6.2.2",
|
|
34
|
-
"prettier": "^2.7.1",
|
|
35
|
-
"sass": "^1.32.7",
|
|
36
|
-
"sass-loader": "^12.0.0",
|
|
37
|
-
"vue-template-compiler": "^2.6.14"
|
|
38
|
-
},
|
|
39
|
-
"browserslist": [
|
|
40
|
-
"> 1%",
|
|
41
|
-
"last 2 versions",
|
|
42
|
-
"not dead"
|
|
43
|
-
],
|
|
44
|
-
"directories": {
|
|
45
|
-
"example": "examples",
|
|
46
|
-
"lib": "lib"
|
|
47
|
-
},
|
|
48
|
-
"license": "ISC"
|
|
49
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "gwell-dialog",
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "the dialog based on vue.js that can insert tags",
|
|
5
|
+
"main": "lib/gwell-dialog.umd.min.js",
|
|
6
|
+
"private": false,
|
|
7
|
+
"author": "lengleng",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"serve": "vue-cli-service serve",
|
|
10
|
+
"build": "vue-cli-service build",
|
|
11
|
+
"lint": "vue-cli-service lint",
|
|
12
|
+
"prettier": "prettier --write .",
|
|
13
|
+
"lib": "vue-cli-service build --target lib --name gwell-dialog --dest lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"core-js": "^3.8.3",
|
|
17
|
+
"postcss-px-to-viewport": "^1.1.1",
|
|
18
|
+
"vue": "^2.6.14",
|
|
19
|
+
"vue-router": "^3.5.1"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"@babel/core": "^7.12.16",
|
|
23
|
+
"@vue/cli-plugin-babel": "~5.0.0",
|
|
24
|
+
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
25
|
+
"@vue/cli-plugin-router": "~5.0.0",
|
|
26
|
+
"@vue/cli-service": "~5.0.0",
|
|
27
|
+
"@vue/eslint-config-prettier": "^8.0.0",
|
|
28
|
+
"babel-eslint": "^10.1.0",
|
|
29
|
+
"crypto-js": "^3.1.9-1",
|
|
30
|
+
"eslint": "^6.7.2",
|
|
31
|
+
"eslint-config-prettier": "^8.5.0",
|
|
32
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
33
|
+
"eslint-plugin-vue": "^6.2.2",
|
|
34
|
+
"prettier": "^2.7.1",
|
|
35
|
+
"sass": "^1.32.7",
|
|
36
|
+
"sass-loader": "^12.0.0",
|
|
37
|
+
"vue-template-compiler": "^2.6.14"
|
|
38
|
+
},
|
|
39
|
+
"browserslist": [
|
|
40
|
+
"> 1%",
|
|
41
|
+
"last 2 versions",
|
|
42
|
+
"not dead"
|
|
43
|
+
],
|
|
44
|
+
"directories": {
|
|
45
|
+
"example": "examples",
|
|
46
|
+
"lib": "lib"
|
|
47
|
+
},
|
|
48
|
+
"license": "ISC"
|
|
49
|
+
}
|