-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.48 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
{
"name": "vea",
"version": "1.2.0alpha",
"description": "vea",
"main": "./dist/vea.main.js",
"bin": {
"vea": "./bin/index.js"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"dev": "webpack --config build/webpack.config.js --watch",
"build": "webpack --config build/webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.3.1",
"autoprefixer": "^9.4.2",
"axios": "^0.18.0",
"babel-eslint": "^10.0.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.4",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^4.0.1",
"cfonts": "^2.3.0",
"chalk": "^2.4.1",
"clipboardy": "^1.2.3",
"copy-webpack-plugin": "^4.6.0",
"css-hot-loader": "^1.4.2",
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"debug": "^4.1.0",
"download-git-repo": "^1.1.0",
"eslint-loader": "^2.1.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"hard-source-webpack-plugin": "^0.12.0",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^6.2.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "^0.4.5",
"mustache": "^3.0.1",
"number-precision": "^1.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^3.0.0",
"portfinder": "^1.0.20",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"react-dev-utils": "^6.1.1",
"rimraf": "^2.6.2",
"sass-loader": "^7.1.0",
"terser-webpack-plugin": "^1.2.1",
"umi-url-pnp-loader": "^1.1.2",
"vue": "^2.6.6",
"vue-loader": "^15.6.2",
"vue-router": "^3.0.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.6",
"vuex": "^3.0.1",
"webpack": "^4.29.0",
"webpack-chain": "^5.0.1",
"webpack-dev-server": "^3.1.10",
"webpack-manifest-plugin": "^2.0.4",
"webpack-merge": "^4.1.4",
"webpackbar": "^3.1.3",
"yt-auto-git": "^1.1.0"
},
"devDependencies": {
"webpack-cli": "^3.2.3"
}
}