-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.76 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 3.76 KB
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
{
"name": "admin-element",
"version": "1.0.0",
"author": "urichen9606@gmail.com",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"serve": "concurrently \"npm:mock\" \"vue-cli-service serve\"",
"build": "vue-cli-service build --report",
"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:unit": "vue-cli-service test:unit",
"doc": "typedoc --options ./typedoc.js"
},
"dependencies": {
"@sentry/browser": "^5.13.2",
"@sentry/integrations": "^5.13.2",
"await-to-js": "^2.1.1",
"axios": "^0.19.2",
"clipboard": "^2.0.6",
"core-js": "^3.6.4",
"crypto-js": "^4.0.0",
"element-ui": "^2.13.0",
"fuse.js": "^3.4.6",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.1.0",
"ramda": "^0.27.0",
"screenfull": "^5.0.2",
"secure-web-storage": "^1.0.2",
"tailwindcss": "^1.2.0",
"vconsole": "^3.3.4",
"vue": "^2.6.10",
"vue-class-component": "^7.2.3",
"vue-i18n": "^8.15.4",
"vue-property-decorator": "^8.4.0",
"vue-router": "^3.1.6",
"vue-splitpane": "^1.0.6",
"vue-svgicon": "^3.2.6",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^0.16.1",
"vuex-persistedstate": "^2.7.1",
"xlsx": "^0.15.5"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@fullhuman/postcss-purgecss": "^2.1.0",
"@sentry/webpack-plugin": "^1.10.0",
"@types/clipboard": "^2.0.1",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.6",
"@types/crypto-js": "^3.1.43",
"@types/express": "^4.17.3",
"@types/faker": "^4.1.10",
"@types/jest": "^25.1.3",
"@types/js-cookie": "^2.2.5",
"@types/lodash": "^4.14.149",
"@types/morgan": "^1.9.0",
"@types/node": "^13.7.7",
"@types/nprogress": "^0.2.0",
"@types/webpack-env": "^1.15.1",
"@types/yamljs": "^0.2.30",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-plugin-router": "^4.2.3",
"@vue/cli-plugin-typescript": "^4.2.3",
"@vue/cli-plugin-unit-jest": "^4.2.3",
"@vue/cli-plugin-vuex": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "1.0.0-beta.30",
"autoprefixer": "^9.7.4",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.6",
"babel-plugin-component": "^1.1.1",
"caniuse-lite": "^1.0.30001032",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.1.0",
"cors": "^2.8.5",
"deepmerge": "^4.2.2",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.1",
"faker": "^4.1.0",
"fibers": "^4.0.3",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"lint-staged": "^10.0.8",
"morgan": "^1.9.1",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"purgecss-whitelister": "^2.4.0",
"sass": "^1.26.2",
"sass-loader": "^8.0.2",
"simple-progress-webpack-plugin": "^1.1.2",
"swagger-routes-express": "^3.1.1",
"ts-node-dev": "^1.0.0-pre.44",
"typedoc": "^0.16.11",
"typescript": "^3.8.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.42.0",
"yamljs": "^0.3.0"
},
"lint-staged": {
"*.{js,vue,ts,tsx}": [
"vue-cli-service lint"
]
},
"keywords": [
"vue",
"typescript",
"admin",
"template",
"element-ui",
"sentry",
"tailwindcss",
"purgecss",
"vuex-persistedstate",
"await-to"
]
}