-
Notifications
You must be signed in to change notification settings - Fork 62
/
dependencies.config.js
59 lines (59 loc) · 1.56 KB
/
dependencies.config.js
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
module.exports = {
dependencies: {
react: '^17.0.2',
vue: '^2.6.14',
antd: '^4.16.8',
'react-dom': '^17.0.2',
'element-ui': '^2.15.3',
'@morgul/snowpack-plugin-vue2': '^0.4.2',
'@vitejs/plugin-react-refresh': '^1.3.1',
},
devDependencies: {
snowpack: '^3.8.2',
typescript: '^4.3.5',
vite: '^2.0.5',
less: '^4.1.1',
sass: '^1.37.0',
webpack: '^5.46.0',
uglifyjs: '^2.4.11',
eslint: '^7.32.0',
prettier: '^2.3.2',
'eslint-plugin-react': '^7.24.0',
'eslint-config-prettier': '^8.3.0',
'eslint-plugin-prettier': '^3.4.0',
'@snowpack/plugin-typescript': '^1.2.1',
'vite-plugin-vue2': '^1.4.0',
'vue-template-compiler': '^2.6.14',
'vite-plugin-html': '^2.0.7',
'@types/react': '^17.0.0',
'@types/react-dom': '^17.0.0',
'@vue/compiler-sfc': '^3.0.5',
'vue-tsc': '^0.2.2',
'webpack-cli': '^4.7.2',
'@snowpack/plugin-sass': '^1.4.0',
'snowpack-plugin-less': '^1.0.7',
'ts-loader': '^9.2.4',
'@babel/preset-react': '^7.14.5',
'babel-loader': '^8.2.2',
'@babel/core': '^7.14.8',
'@babel/preset-env': '^7.14.8',
'@hot-loader/react-dom': '^17.0.1+4.13.0',
'webpack-dev-server': '^3.11.2',
'css-loader': '^6.2.0',
'sass-loader': '^12.1.0',
'node-sass': '^6.0.1',
'less-loader': '^10.0.1',
'style-loader': '^3.2.1',
'html-webpack-plugin': '^5.3.2',
'vue-loader': '^15.9.8',
},
componentDependencies: {
react: {
dependencies: {
classnames: '^2.3.1',
},
devDependencies: {},
},
vue: {},
},
};