mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.2 KiB
73 lines
2.2 KiB
{
|
|
"name": "pptist",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build --force",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
"animate.css": "^4.1.1",
|
|
"chartist": "^1.3.0",
|
|
"clipboard": "^2.0.11",
|
|
"crypto-js": "^4.2.0",
|
|
"dexie": "3.0.3",
|
|
"file-saver": "^2.0.5",
|
|
"hfmath": "^0.0.2",
|
|
"html-to-image": "^1.11.11",
|
|
"js-md5": "^0.8.3",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"nanoid": "^5.0.4",
|
|
"number-precision": "^1.6.0",
|
|
"pinia": "^2.1.7",
|
|
"pptxgenjs": "^3.12.0",
|
|
"pptxtojson": "^0.1.4",
|
|
"prosemirror-commands": "^1.5.2",
|
|
"prosemirror-dropcursor": "^1.8.1",
|
|
"prosemirror-gapcursor": "^1.3.2",
|
|
"prosemirror-history": "^1.3.2",
|
|
"prosemirror-inputrules": "^1.3.0",
|
|
"prosemirror-keymap": "^1.2.2",
|
|
"prosemirror-model": "^1.19.4",
|
|
"prosemirror-schema-basic": "^1.2.2",
|
|
"prosemirror-schema-list": "^1.3.0",
|
|
"prosemirror-state": "^1.4.3",
|
|
"prosemirror-view": "^1.32.7",
|
|
"svg-arc-to-cubic-bezier": "^3.2.0",
|
|
"svg-pathdata": "^6.0.3",
|
|
"tinycolor2": "^1.6.0",
|
|
"tippy.js": "^6.3.7",
|
|
"vue": "^3.3.11",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^18.4.3",
|
|
"@commitlint/config-conventional": "^18.4.3",
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@tsconfig/node18": "^18.2.2",
|
|
"@types/crypto-js": "^4.2.1",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/node": "^18.19.3",
|
|
"@types/svg-arc-to-cubic-bezier": "^3.2.2",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.5.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"husky": "^8.0.3",
|
|
"npm-run-all2": "^6.1.1",
|
|
"sass": "^1.69.6",
|
|
"typescript": "~5.3.0",
|
|
"vite": "^5.0.10",
|
|
"vue-tsc": "^1.8.25"
|
|
}
|
|
}
|
|
|