mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
89 lines
2.7 KiB
JSON
89 lines
2.7 KiB
JSON
{
|
|
"name": "pptist",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@icon-park/vue-next": "^1.3.5",
|
|
"animate.css": "^4.1.1",
|
|
"ant-design-vue": "^3.0.0-alpha.11",
|
|
"chartist": "^0.11.4",
|
|
"clipboard": "^2.0.8",
|
|
"core-js": "^3.6.5",
|
|
"crypto-js": "^4.0.0",
|
|
"dexie": "^3.0.3",
|
|
"file-saver": "^2.0.5",
|
|
"hfmath": "0.0.2",
|
|
"lodash": "^4.17.20",
|
|
"mitt": "^3.0.0",
|
|
"pptxgenjs": "^3.7.1",
|
|
"prosemirror-commands": "^1.1.7",
|
|
"prosemirror-dropcursor": "^1.3.2",
|
|
"prosemirror-gapcursor": "^1.1.5",
|
|
"prosemirror-history": "^1.1.3",
|
|
"prosemirror-inputrules": "^1.1.3",
|
|
"prosemirror-model": "^1.13.1",
|
|
"prosemirror-schema-basic": "^1.1.2",
|
|
"prosemirror-schema-list": "^1.1.4",
|
|
"prosemirror-state": "^1.3.3",
|
|
"prosemirror-view": "^1.18.1",
|
|
"svg-arc-to-cubic-bezier": "^3.2.0",
|
|
"svg-pathdata": "^6.0.0",
|
|
"tinycolor2": "^1.4.2",
|
|
"vue": "^3.2.22",
|
|
"vuedraggable": "^4.0.1",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^12.0.0",
|
|
"@commitlint/config-conventional": "^12.0.0",
|
|
"@types/chartist": "^0.11.0",
|
|
"@types/clipboard": "^2.0.1",
|
|
"@types/crypto-js": "^4.0.1",
|
|
"@types/file-saver": "^2.0.1",
|
|
"@types/prosemirror-commands": "^1.0.3",
|
|
"@types/prosemirror-dropcursor": "^1.0.0",
|
|
"@types/prosemirror-gapcursor": "^1.0.1",
|
|
"@types/prosemirror-history": "^1.0.1",
|
|
"@types/prosemirror-inputrules": "^1.0.3",
|
|
"@types/prosemirror-keymap": "^1.0.3",
|
|
"@types/prosemirror-schema-basic": "^1.0.1",
|
|
"@types/prosemirror-schema-list": "^1.0.1",
|
|
"@types/resize-observer-browser": "^0.1.4",
|
|
"@types/svg-arc-to-cubic-bezier": "^3.2.0",
|
|
"@types/tinycolor2": "^1.4.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.31.1",
|
|
"@typescript-eslint/parser": "^4.31.1",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.2.22",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"@vue/test-utils": "^2.0.0-0",
|
|
"babel-plugin-import": "^1.13.3",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^7.1.0",
|
|
"husky": "^7.0.2",
|
|
"less": "^4.1.1",
|
|
"less-loader": "^7.1.0",
|
|
"sass": "^1.32.13",
|
|
"sass-loader": "^8.0.2",
|
|
"stylelint": "^13.8.0",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-webpack-plugin": "^2.1.1",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
}
|
|
}
|