@douyinfe/semi-json-viewer-core 2.72.0 → 2.72.1-alpha.0

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.
Files changed (1) hide show
  1. package/package.json +55 -55
package/package.json CHANGED
@@ -1,57 +1,57 @@
1
1
  {
2
- "name": "@douyinfe/semi-json-viewer-core",
3
- "version": "2.72.0",
4
- "description": "",
5
- "main": "lib/index.js",
6
- "module": "lib/index.js",
7
- "typings": "src/index.ts",
8
- "scripts": {
9
- "build:lib": "node ./script/compileLib.js",
10
- "prepublishOnly": "npm run build:lib"
11
- },
12
- "files": [
13
- "dist/*",
14
- "lib/*"
15
- ],
16
- "dependencies": {
17
- "jsonc-parser": "^3.3.1"
18
- },
19
- "devDependencies": {
20
- "esbuild": "^0.24.0"
21
- },
22
- "sideEffects": [
23
- "*.scss",
24
- "*.css",
25
- "lib/es/index.js",
26
- "./index.ts"
27
- ],
28
- "keywords": [
29
- "bytedance douyin design system",
30
- "semi design to any design",
31
- "a11y react component library",
32
- "design to code",
33
- "code to design",
34
- "3000+ design token",
35
- "dark mode",
36
- "semi design",
37
- "design ops",
38
- "modern design system",
39
- "figma ui kit"
40
- ],
41
- "homepage": "https://semi.design",
42
- "bugs": {
43
- "url": "https://github.com/DouyinFE/semi-design/issues"
44
- },
45
- "repository": {
46
- "type": "git",
47
- "url": "https://github.com/DouyinFE/semi-design"
48
- },
49
- "_unpkg": true,
50
- "unpkgFiles": [
51
- "dist/css",
52
- "dist/umd/*.js"
53
- ],
54
- "author": "",
55
- "license": "MIT",
56
- "gitHead": "66267e4192e4ef74683aaf53e4e721908b1cea0d"
2
+ "name": "@douyinfe/semi-json-viewer-core",
3
+ "version": "2.72.1-alpha.0",
4
+ "description": "",
5
+ "main": "lib/index.js",
6
+ "module": "lib/index.js",
7
+ "typings": "src/index.ts",
8
+ "scripts": {
9
+ "build:lib": "node ./script/compileLib.js",
10
+ "prepublishOnly": "npm run build:lib"
11
+ },
12
+ "files": [
13
+ "dist/*",
14
+ "lib/*"
15
+ ],
16
+ "dependencies": {
17
+ "jsonc-parser": "^3.3.1"
18
+ },
19
+ "devDependencies": {
20
+ "esbuild": "^0.24.0"
21
+ },
22
+ "sideEffects": [
23
+ "*.scss",
24
+ "*.css",
25
+ "lib/es/index.js",
26
+ "./index.ts"
27
+ ],
28
+ "keywords": [
29
+ "bytedance douyin design system",
30
+ "semi design to any design",
31
+ "a11y react component library",
32
+ "design to code",
33
+ "code to design",
34
+ "3000+ design token",
35
+ "dark mode",
36
+ "semi design",
37
+ "design ops",
38
+ "modern design system",
39
+ "figma ui kit"
40
+ ],
41
+ "homepage": "https://semi.design",
42
+ "bugs": {
43
+ "url": "https://github.com/DouyinFE/semi-design/issues"
44
+ },
45
+ "repository": {
46
+ "type": "git",
47
+ "url": "https://github.com/DouyinFE/semi-design"
48
+ },
49
+ "_unpkg": true,
50
+ "unpkgFiles": [
51
+ "dist/css",
52
+ "dist/umd/*.js"
53
+ ],
54
+ "author": "",
55
+ "license": "MIT",
56
+ "gitHead": "7b93cc524c205be33f86ee5259c323fde0d54122"
57
57
  }