forked from Armour/vue-typescript-admin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 3.83 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
{
"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\"",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"lint": "vue-cli-service lint",
"mock": "cd mock && ts-node-dev mock-server.ts",
"svg": "vsvg -s ./src/icons/svg -t ./src/icons/components --ext ts --es6",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "jest --clearCache && vue-cli-service test:unit"
},
"dependencies": {
"@tinymce/tinymce-vue": "^2.1.0",
"axios": "^0.19.0",
"clipboard": "^2.0.4",
"codemirror": "^5.48.2",
"cors": "^2.8.5",
"driver.js": "^0.9.7",
"echarts": "^4.2.1",
"element-ui": "^2.11.1",
"faker": "^4.1.0",
"file-saver": "^2.0.2",
"fuse.js": "^3.4.5",
"js-cookie": "^2.2.1",
"jsonlint": "^1.6.3",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"morgan": "^1.9.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^3.0.0",
"register-service-worker": "^1.6.2",
"screenfull": "^4.2.1",
"script-loader": "^0.7.2",
"sortablejs": "^1.9.0",
"tinymce": "^5.0.13",
"tui-editor": "^1.4.5",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-count-to": "^1.0.13",
"vue-i18n": "^8.12.0",
"vue-image-crop-upload": "^2.5.0",
"vue-property-decorator": "^8.2.1",
"vue-router": "^3.1.2",
"vue-splitpane": "^1.0.4",
"vue-svgicon": "^3.2.6",
"vue2-dropzone": "^3.6.0",
"vuedraggable": "^2.23.0",
"vuex": "^3.1.1",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^0.9.9",
"xlsx": "^0.15.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/clipboard": "^2.0.1",
"@types/codemirror": "^0.0.76",
"@types/compression": "^1.0.0",
"@types/cors": "^2.8.5",
"@types/echarts": "^4.1.10",
"@types/express": "^4.17.0",
"@types/faker": "^4.1.5",
"@types/file-saver": "^2.0.1",
"@types/jest": "^24.0.17",
"@types/js-cookie": "^2.2.2",
"@types/jszip": "^3.1.6",
"@types/lodash": "^4.14.136",
"@types/morgan": "^1.7.36",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.7.2",
"@types/tinymce": "^4.5.22",
"@types/webpack-env": "^1.14.0",
"@types/yamljs": "^0.2.30",
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-e2e-cypress": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-plugin-pwa": "^3.10.0",
"@vue/cli-plugin-typescript": "^3.10.0",
"@vue/cli-plugin-unit-jest": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"concurrently": "^4.1.1",
"eslint": "^6.1.0",
"eslint-plugin-vue": "^5.2.3",
"fibers": "^4.0.1",
"jest": "^24.8.0",
"lint-staged": "^9.2.1",
"sass": "^1.22.9",
"sass-loader": "^7.1.0",
"style-resources-loader": "^1.2.1",
"swagger-routes-express": "^3.0.3",
"ts-jest": "^24.0.2",
"ts-node-dev": "^1.0.0-pre.40",
"typescript": "3.5.3",
"vue-cli-plugin-element": "^1.0.1",
"vue-cli-plugin-style-resources-loader": "^0.1.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.1"
},
"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,vue}": [
"vue-cli-service lint",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/armour/vue-typescript-admin-template.git"
}
}