forked from Armour/vue-typescript-admin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.05 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "vue-typescript-admin-template",
"version": "1.0.0",
"private": true,
"author": "Chong Guo <[email protected]>",
"scripts": {
"serve": "concurrently \"npm:mock\" \"vue-cli-service serve\"",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"svg": "vsvg -s ./src/icons/svg -t ./src/icons/components --ext ts --es6",
"mock": "cd mock && ts-node-dev mock-server.ts"
},
"dependencies": {
"@tinymce/tinymce-vue": "^3.2.6",
"axios": "^0.21.0",
"clipboard": "^2.0.6",
"codemirror": "^5.58.2",
"core-js": "^3.7.0",
"cors": "^2.8.5",
"driver.js": "^0.9.8",
"echarts": "^4.9.0",
"element-ui": "^2.14.0",
"faker": "^5.1.0",
"file-saver": "^2.0.2",
"fuse.js": "^6.4.3",
"js-cookie": "^2.2.1",
"jsonlint": "^1.6.3",
"jszip": "^3.5.0",
"lodash": "^4.17.20",
"morgan": "^1.10.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.0",
"register-service-worker": "^1.7.1",
"screenfull": "^5.0.2",
"script-loader": "^0.7.2",
"sortablejs": "^1.12.0",
"tinymce": "^5.5.1",
"tui-editor": "^1.4.10",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-count-to": "^1.0.13",
"vue-i18n": "^8.22.1",
"vue-image-crop-upload": "^2.5.0",
"vue-property-decorator": "^9.0.2",
"vue-router": "^3.4.9",
"vue-splitpane": "^1.0.6",
"vue-svgicon": "^3.2.9",
"vue2-dropzone": "^3.6.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.5.1",
"vuex-module-decorators": "^1.0.1",
"xlsx": "^0.16.8",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/clipboard": "^2.0.1",
"@types/codemirror": "^0.0.98",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.8",
"@types/echarts": "^4.9.0",
"@types/express": "^4.17.8",
"@types/faker": "^5.1.4",
"@types/file-saver": "^2.0.1",
"@types/jest": "^26.0.15",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.165",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.6",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.10.6",
"@types/tinymce": "^4.6.0",
"@types/vue-splitpane": "^1.0.1",
"@types/webpack-env": "^1.15.3",
"@types/vuedraggable": "^2.23.2",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-plugin-pwa": "^4.5.8",
"@vue/cli-plugin-router": "^4.5.8",
"@vue/cli-plugin-typescript": "^4.5.8",
"@vue/cli-plugin-unit-jest": "^4.5.8",
"@vue/cli-plugin-vuex": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.1.1",
"babel-loader": "^8.1.0",
"concurrently": "^5.3.0",
"eslint": "^7.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-vue": "^7.1.0",
"fibers": "^5.0.0",
"lint-staged": "^10.5.1",
"sass": "^1.29.0",
"sass-loader": "^10.0.5",
"style-resources-loader": "^1.3.3",
"swagger-routes-express": "^3.2.1",
"ts-jest": "^26.4.3",
"ts-node-dev": "^1.0.0",
"typescript": "3.8.3",
"vue-cli-plugin-element": "^1.0.1",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.4.2"
},
"bugs": {
"url": "https://github.com/armour/vue-typescript-admin-template/issues"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"keywords": [
"vue",
"typescript",
"admin",
"template",
"element-ui"
],
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"vue-cli-service lint"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/armour/vue-typescript-admin-template.git"
}
}