-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.57 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
{
"name": "eva-sdk",
"version": "0.0.3",
"description": "eva - simple sdk generator sdk",
"main": "index.js",
"bin": {
"eva": "./index.js"
},
"scripts": {
"test": "test",
"lint": "npx eslint --no-eslintrc -c .eslintrc.js ./ ",
"lint:fix": "npx eslint --fix --no-eslintrc -c .eslintrc.js ./ "
},
"repository": {
"type": "git",
"url": "[email protected]:flyyang/eva.git"
},
"keywords": [
"webpack",
"sdk"
],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-export-default-from": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime-corejs2": "^7.0.0",
"autoprefixer": "^9.1.5",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.2",
"chalk": "^2.4.1",
"clean-after-emit-webpack-plugin": "0.0.3",
"commander": "^2.17.0",
"core-js": "^2.5.7",
"css-loader": "^1.0.0",
"cssnano": "^4.1.0",
"deepmerge": "^2.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"file-loader": "^1.1.11",
"glob": "^7.1.3",
"handlebars": "^4.0.12",
"handlebars-loader": "^1.7.0",
"inquirer": "^6.2.0",
"less": "^3.7.1",
"less-loader": "^4.1.0",
"less-plugin-functions": "^1.0.0",
"mini-css-extract-plugin": "^0.4.3",
"node-emoji": "^1.8.1",
"postcss-loader": "^2.1.6",
"postcss-modules": "^1.3.2",
"postcss-preset-env": "^5.2.2",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"request": "^2.87.0",
"rollup": "^0.65.1",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.4.0",
"speed-measure-webpack-plugin": "^1.2.2",
"style-loader": "^0.21.0",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-webpack-plugin": "^0.10.5",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.1",
"vue-loader": "^15.4.2",
"webpack": "^4.17.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-deep-scope-plugin": "^1.6.0",
"webpack-dev-server": "^3.1.7",
"webpack-merge": "^4.1.4"
},
"devDependencies": {}
}