UNPKG

2.55 kBTypeScriptView Raw
1export declare const dependencies: {
2 'core-js': string;
3 'regenerator-runtime': string;
4 vue: string;
5 'vue-router': string;
6 'amfe-flexible': string;
7};
8export declare const devDependencies: {
9 '@babel/core': string;
10 '@babel/preset-env': string;
11 '@babel/preset-typescript': string;
12 '@commitlint/cli': string;
13 '@omni-door/cli': string;
14 '@types/jest': string;
15 '@types/vfile-message': string;
16 '@types/webpack-env': string;
17 '@typescript-eslint/eslint-plugin': string;
18 '@typescript-eslint/parser': string;
19 "@vue/compiler-sfc": string;
20 '@vue/eslint-config-prettier': string;
21 '@vue/eslint-config-typescript': string;
22 '@vue/test-utils': string;
23 autoprefixer: string;
24 "babel-jest": string;
25 'babel-loader': string;
26 'css-loader': string;
27 cssnano: string;
28 del: string;
29 'detect-port': string;
30 eslint: string;
31 'eslint-config-prettier': string;
32 'eslint-plugin-prettier': string;
33 'eslint-plugin-vue': string;
34 express: string;
35 'file-loader': string;
36 'fork-ts-checker-webpack-plugin': string;
37 'html-inline-css-webpack-plugin': string;
38 'html-webpack-externals-plugin': string;
39 'html-webpack-plugin': string;
40 'http-proxy-middleware': string;
41 husky: string;
42 ip: string;
43 jest: string;
44 'jest-transform-stub': string;
45 less: string;
46 'less-loader': string;
47 'lint-staged': string;
48 'mini-css-extract-plugin': string;
49 'node-sass': string;
50 open: string;
51 'optimize-css-assets-webpack-plugin': string;
52 postcss: string;
53 'postcss-loader': string;
54 'postcss-plugin-px2rem': string;
55 'postcss-px-to-viewport': string;
56 prettier: string;
57 'sass-loader': string;
58 'serve-favicon': string;
59 'style-loader': string;
60 stylelint: string;
61 'stylelint-config-css-modules': string;
62 'stylelint-config-prettier': string;
63 'stylelint-config-rational-order': string;
64 'stylelint-config-standard': string;
65 'stylelint-declaration-block-no-ignored-properties': string;
66 'stylelint-order': string;
67 'stylelint-scss': string;
68 'terser-webpack-plugin': string;
69 'ts-jest': string;
70 'ts-node': string;
71 typescript: string;
72 'url-loader': string;
73 'vue-eslint-parser': string;
74 'vue-jest': string;
75 'vue-loader': string;
76 webpack: string;
77 'webpack-bundle-analyzer': string;
78 'webpack-cli': string;
79 'webpack-dev-middleware': string;
80 'webpack-hot-middleware': string;
81 'webpack-merge': string;
82 webpackbar: string;
83};