@konomi-app/k2 2.1.2 → 2.1.3
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 +1 -76
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@konomi-app/k2",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "kintone sdk",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -57,36 +57,6 @@
|
|
|
57
57
|
"webpack": "^5.0.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependenciesMeta": {
|
|
60
|
-
"@eslint/js": {
|
|
61
|
-
"optional": true
|
|
62
|
-
},
|
|
63
|
-
"@kintone/plugin-packer": {
|
|
64
|
-
"optional": true
|
|
65
|
-
},
|
|
66
|
-
"archiver": {
|
|
67
|
-
"optional": true
|
|
68
|
-
},
|
|
69
|
-
"chokidar": {
|
|
70
|
-
"optional": true
|
|
71
|
-
},
|
|
72
|
-
"css-loader": {
|
|
73
|
-
"optional": true
|
|
74
|
-
},
|
|
75
|
-
"cssnano": {
|
|
76
|
-
"optional": true
|
|
77
|
-
},
|
|
78
|
-
"deepmerge": {
|
|
79
|
-
"optional": true
|
|
80
|
-
},
|
|
81
|
-
"dotenv": {
|
|
82
|
-
"optional": true
|
|
83
|
-
},
|
|
84
|
-
"esbuild": {
|
|
85
|
-
"optional": true
|
|
86
|
-
},
|
|
87
|
-
"eslint": {
|
|
88
|
-
"optional": true
|
|
89
|
-
},
|
|
90
60
|
"eslint-config-prettier": {
|
|
91
61
|
"optional": true
|
|
92
62
|
},
|
|
@@ -99,56 +69,11 @@
|
|
|
99
69
|
"eslint-plugin-promise": {
|
|
100
70
|
"optional": true
|
|
101
71
|
},
|
|
102
|
-
"eslint-plugin-react": {
|
|
103
|
-
"optional": true
|
|
104
|
-
},
|
|
105
|
-
"glob": {
|
|
106
|
-
"optional": true
|
|
107
|
-
},
|
|
108
|
-
"globals": {
|
|
109
|
-
"optional": true
|
|
110
|
-
},
|
|
111
|
-
"html-minifier": {
|
|
112
|
-
"optional": true
|
|
113
|
-
},
|
|
114
|
-
"mini-css-extract-plugin": {
|
|
115
|
-
"optional": true
|
|
116
|
-
},
|
|
117
|
-
"postcss": {
|
|
118
|
-
"optional": true
|
|
119
|
-
},
|
|
120
|
-
"remeda": {
|
|
121
|
-
"optional": true
|
|
122
|
-
},
|
|
123
|
-
"sass": {
|
|
124
|
-
"optional": true
|
|
125
|
-
},
|
|
126
|
-
"sass-loader": {
|
|
127
|
-
"optional": true
|
|
128
|
-
},
|
|
129
72
|
"style-loader": {
|
|
130
73
|
"optional": true
|
|
131
74
|
},
|
|
132
75
|
"tailwindcss": {
|
|
133
76
|
"optional": true
|
|
134
|
-
},
|
|
135
|
-
"terser-webpack-plugin": {
|
|
136
|
-
"optional": true
|
|
137
|
-
},
|
|
138
|
-
"ts-loader": {
|
|
139
|
-
"optional": true
|
|
140
|
-
},
|
|
141
|
-
"tsconfig-paths-webpack-plugin": {
|
|
142
|
-
"optional": true
|
|
143
|
-
},
|
|
144
|
-
"tsup": {
|
|
145
|
-
"optional": true
|
|
146
|
-
},
|
|
147
|
-
"typescript-eslint": {
|
|
148
|
-
"optional": true
|
|
149
|
-
},
|
|
150
|
-
"webpack": {
|
|
151
|
-
"optional": true
|
|
152
77
|
}
|
|
153
78
|
},
|
|
154
79
|
"devDependencies": {
|