-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.95 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@fuyanlove/editor",
"version": "0.1.5",
"description": "A Vue.js project",
"scripts": {
"serve": "vue-cli-service serve",
"dev": "env DEV_SERVER=true vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@tinymce/tinymce-vue": "^5.0.0",
"@vueuse/head": "^0.7.6",
"ali-oss": "^6.20.0",
"axios": "^1.3.2",
"core-js": "^3.8.3",
"element-plus": "^2.2.29",
"highlight.js": "^11.7.0",
"jquery": "^3.5.1",
"katex": "^0.16.4",
"lodash": "^4.17.21",
"uuid": "^9.0.1",
"viewerjs": "^1.11.3",
"vue": "^3.2.13"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"babel-loader": "^8.2.5",
"csslab": "^4.0.3",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^9.3.0",
"husky": "^8.0.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"lint-staged": "^13.0.2",
"prettier": "2.7.1",
"style-resources-loader": "^1.5.0",
"typescript": "~4.5.5",
"unplugin-vue-define-options": "^1.2.1",
"url": "^0.11.0",
"vue-svg-inline-loader": "^2.1.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuyanlove/editor.git"
}
}