Skip to content

Commit

Permalink
feat: ๐Ÿ“ ้กน็›ฎ้‡ๆž„
Browse files Browse the repository at this point in the history
  • Loading branch information
xietiansheng committed Nov 23, 2023
1 parent 3a6610f commit 0e83d00
Show file tree
Hide file tree
Showing 37 changed files with 2,112 additions and 8,944 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ you can also `Fork` the project to customize the code generation results and fre
```bash
# github
git clone https://github.com/xietiansheng/json-to-any-web.git

# gitee
git clone https://gitee.com/XieTS/json-to-any-web.git

# ๅฎ‰่ฃ…ไพ่ต–๏ผˆๆŽจ่pnpm๏ผ‰
npm install
# Install dependencies๏ผˆrecommend pnpm๏ผ‰
pnpm install

# ๅฏๅŠจๆœๅŠก
# Development
npm run dev
```

Expand Down
1 change: 1 addition & 0 deletions dist/assets/index-dc910372.css

Large diffs are not rendered by default.

1,187 changes: 1,187 additions & 0 deletions dist/assets/index-ed245b6d.js

Large diffs are not rendered by default.

1,244 changes: 0 additions & 1,244 deletions dist/assets/index.2ff1e5cb.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/assets/index.aa65b075.css

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion dist/assets/vue.4e9dfdad.js

This file was deleted.

5 changes: 2 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JsonToAny</title>
<meta name="keywords" content="json-to-any" />
<script type="module" crossorigin src="/json-to-any-web/assets/index.2ff1e5cb.js"></script>
<link rel="modulepreload" crossorigin href="/json-to-any-web/assets/vue.4e9dfdad.js">
<link rel="stylesheet" href="/json-to-any-web/assets/index.aa65b075.css">
<script type="module" crossorigin src="/json-to-any-web/assets/index-ed245b6d.js"></script>
<link rel="stylesheet" href="/json-to-any-web/assets/index-dc910372.css">
</head>
<body>
<div id="app"></div>
Expand Down
28 changes: 12 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,51 +16,47 @@
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"element-plus": "^2.2.25",
"json-to-any": "^5.0.3",
"md-editor-v3": "^2.6.0",
"highlight.js": "^11.9.0",
"json-to-any": "^6.0.0",
"marked": "^10.0.0",
"pinia": "^2.0.24",
"pinia-plugin-persistedstate": "^2.4.0",
"vue": "^3.2.41",
"vue3-json-editor": "^1.1.5"
},
"devDependencies": {
"@amatlash/vite-plugin-stylelint": "^1.2.0",
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.23.3",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@iconify-json/ic": "^1.1.10",
"@types/marked": "^4.0.8",
"@types/node": "^18.11.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@vitejs/plugin-vue": "^3.2.0",
"beautify-console": "^0.2.3",
"beautify-console": "^1.0.1",
"commitlint": "^17.2.0",
"eslint": "8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"postcss": "^8.4.20",
"prettier": "^2.7.1",
"rollup": "^3.7.5",
"rollup-plugin-visualizer": "^5.8.3",
"marked-highlight": "^2.0.7",
"prettier": "^2.8.8",
"sass": "^1.55.0",
"stylelint": "^14.15.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-prettier": "^2.0.0",
"typescript": "*",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.2.0",
"typescript": "^4.6.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-windicss": "^1.8.8",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.9",
Expand Down
Loading

0 comments on commit 0e83d00

Please sign in to comment.