@kg-ui/kg-ui 0.0.0 → 0.0.1

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 CHANGED
@@ -1,77 +1,88 @@
1
- {
2
- "name": "@kg-ui/kg-ui",
3
- "version": "0.0.0",
4
- "private": false,
5
- "main": "lib/main.umd.js",
6
- "author": {
7
- "name": "kg"
8
- },
9
- "license": "MIT",
10
- "dependencies": {
11
- "core-js": "^3.33.1",
12
- "pinyin-match": "^1.2.4",
13
- "vue": "^2.6.11"
14
- },
15
- "devDependencies": {
16
- "@fullhuman/postcss-purgecss": "3.0.0",
17
- "@tailwindcss/postcss7-compat": "2.2.17",
18
- "@vue/cli-plugin-babel": "~4.5.0",
19
- "@vue/cli-plugin-eslint": "~4.5.0",
20
- "@vue/cli-service": "4.5.0",
21
- "@vue/compiler-sfc": "^3.2.45",
22
- "autoprefixer": "9",
23
- "axios": "^0.26.0",
24
- "babel-eslint": "^10.1.0",
25
- "element-ui": "2.13.1",
26
- "eslint": "^6.7.2",
27
- "eslint-plugin-vue": "^6.2.2",
28
- "knowl-ui-tags2": "^2.0.8",
29
- "markdown-it": "^13.0.1",
30
- "markdown-it-anchor": "^8.6.5",
31
- "markdown-it-chain": "^1.3.0",
32
- "markdown-it-container": "^3.0.0",
33
- "node-sass": "^7.0.1",
34
- "postcss": "7",
35
- "postcss-import": "12.0.1",
36
- "prettier": "^2.5.1",
37
- "sass-loader": "6.0.0",
38
- "tailwindcss": "npm:@tailwindcss/postcss7-compat",
39
- "transliteration": "^2.3.5",
40
- "vue-router": "^3.0.6",
41
- "vue-template-compiler": "^2.6.11",
42
- "vuex": "3.6.2"
43
- },
44
- "publishConfig": {
45
- "access": "public",
46
- "registry": "https://registry.npmjs.org/"
47
- },
48
- "eslintConfig": {
49
- "root": true,
50
- "env": {
51
- "node": true
52
- },
53
- "extends": [
54
- "plugin:vue/essential",
55
- "eslint:recommended"
56
- ],
57
- "parserOptions": {
58
- "parser": "babel-eslint"
59
- },
60
- "rules": {}
61
- },
62
- "browserslist": [
63
- "> 1%",
64
- "last 2 versions",
65
- "not dead"
66
- ],
67
- "volta": {
68
- "node": "16.13.1",
69
- "yarn": "1.22.19"
70
- },
71
- "scripts": {
72
- "start": "vue-cli-service serve",
73
- "build": "vue-cli-service build",
74
- "build:lib": "vue-cli-service build --target lib --name main --dest lib packages/index.js",
75
- "postinstall": "cd .. && cd .. && husky install packages/kg-ui/.husky"
76
- }
1
+ {
2
+ "name": "@kg-ui/kg-ui",
3
+ "version": "0.0.1",
4
+ "private": false,
5
+ "main": "lib/main.umd.min.js",
6
+ "files": [
7
+ "lib"
8
+ ],
9
+ "author": {
10
+ "name": "kg"
11
+ },
12
+ "license": "MIT",
13
+ "scripts": {
14
+ "start": "vue-cli-service serve",
15
+ "build": "vue-cli-service build",
16
+ "build:lib": "vue-cli-service build --target lib --name main --dest lib packages/index.js"
17
+
18
+ },
19
+ "dependencies": {
20
+ "core-js": "^3.33.1",
21
+ "dompurify": "^3.0.10",
22
+ "marked": "^12.0.1",
23
+ "pinyin-match": "^1.2.4",
24
+ "vue": "^2.6.11"
25
+ },
26
+ "devDependencies": {
27
+ "@fullhuman/postcss-purgecss": "3.0.0",
28
+ "@iconify-icons/ep": "1.2.7",
29
+ "@iconify-icons/ph": "^1.2.5",
30
+ "@iconify-icons/ri": "1.2.3",
31
+ "@iconify/vue2": "^2.1.0",
32
+ "@tailwindcss/postcss7-compat": "2.2.17",
33
+ "@vue/cli-plugin-babel": "~4.5.0",
34
+ "@vue/cli-plugin-eslint": "~4.5.0",
35
+ "@vue/cli-service": "4.5.0",
36
+ "@vue/compiler-sfc": "^3.2.45",
37
+ "autoprefixer": "9",
38
+ "axios": "^0.26.0",
39
+ "babel-eslint": "^10.1.0",
40
+ "element-ui": "2.13.1",
41
+ "eslint": "^6.7.2",
42
+ "eslint-plugin-vue": "^6.2.2",
43
+ "highlight.js": "^11.9.0",
44
+ "knowl-ui-tags2": "^2.0.8",
45
+ "markdown-it": "^13.0.1",
46
+ "markdown-it-anchor": "^8.6.5",
47
+ "markdown-it-chain": "^1.3.0",
48
+ "markdown-it-container": "^3.0.0",
49
+ "node-sass": "^7.0.1",
50
+ "postcss": "7",
51
+ "postcss-import": "12.0.1",
52
+ "prettier": "^2.5.1",
53
+ "sass-loader": "6.0.0",
54
+ "tailwindcss": "npm:@tailwindcss/postcss7-compat",
55
+ "transliteration": "^2.3.5",
56
+ "vue-datepicker-local": "^1.0.19",
57
+ "vue-router": "^3.0.6",
58
+ "vue-template-compiler": "^2.6.11",
59
+ "vuex": "3.6.2"
60
+ },
61
+ "publishConfig": {
62
+ "access": "public",
63
+ "registry": "https://registry.npmjs.org/"
64
+ },
65
+ "eslintConfig": {
66
+ "root": true,
67
+ "env": {
68
+ "node": true
69
+ },
70
+ "extends": [
71
+ "plugin:vue/essential",
72
+ "eslint:recommended"
73
+ ],
74
+ "parserOptions": {
75
+ "parser": "babel-eslint"
76
+ },
77
+ "rules": {}
78
+ },
79
+ "browserslist": [
80
+ "> 1%",
81
+ "last 2 versions",
82
+ "not dead"
83
+ ],
84
+ "volta": {
85
+ "node": "16.13.1",
86
+ "yarn": "1.22.19"
87
+ }
77
88
  }