UNPKG

3.44 kBJSONView Raw
1{
2 "name": "syue-cli",
3 "version": "0.2.4",
4 "description": "",
5 "main": "index.js",
6 "_name": "syue",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "bin": {
11 "syue": "./bin/syue.js"
12 },
13 "author": "",
14 "license": "ISC",
15 "dependencies": {
16 "@babel/core": "^7.0.0",
17 "@babel/plugin-proposal-class-properties": "^7.0.0",
18 "@babel/plugin-proposal-decorators": "^7.0.0",
19 "@babel/plugin-proposal-do-expressions": "^7.0.0",
20 "@babel/plugin-proposal-export-default-from": "^7.0.0",
21 "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
22 "@babel/plugin-proposal-function-bind": "^7.0.0",
23 "@babel/plugin-proposal-function-sent": "^7.0.0",
24 "@babel/plugin-proposal-json-strings": "^7.0.0",
25 "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
26 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
27 "@babel/plugin-proposal-numeric-separator": "^7.0.0",
28 "@babel/plugin-proposal-optional-chaining": "^7.0.0",
29 "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
30 "@babel/plugin-proposal-throw-expressions": "^7.0.0",
31 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
32 "@babel/plugin-syntax-import-meta": "^7.0.0",
33 "@babel/plugin-syntax-jsx": "^7.0.0",
34 "@babel/plugin-transform-runtime": "^7.0.0",
35 "@babel/preset-env": "^7.0.0",
36 "@babel/preset-react": "^7.0.0",
37 "autoprefixer": "^7.1.5",
38 "babel-eslint": "^9.0.0",
39 "babel-helper-vue-jsx-merge-props": "^2.0.2",
40 "babel-loader": "^8.0.0",
41 "babel-plugin-istanbul": "^4.1.5",
42 "babel-plugin-transform-vue-jsx": "^3.5.0",
43 "chai": "^4.1.1",
44 "chalk": "^2.4.1",
45 "commander": "^2.19.0",
46 "compression-webpack-plugin": "^1.0.1",
47 "connect-history-api-fallback": "^1.4.0",
48 "cross-env": "^5.1.0",
49 "cross-spawn": "^6.0.5",
50 "css-loader": "^0.28.5",
51 "element-ui": "^2.4.11",
52 "eslint-config-standard": "^10.2.1",
53 "eslint-loader": "^2.1.1",
54 "eslint-plugin-html": "^3.2.2",
55 "eslint-plugin-vue": "^2.1.0",
56 "eventsource-polyfill": "^0.9.6",
57 "express": "^4.16.2",
58 "file-loader": "^1.1.5",
59 "friendly-errors-webpack-plugin": "^1.7.0",
60 "fs-extra": "^7.0.0",
61 "handlebars-loader": "^1.7.0",
62 "html-loader": "^0.5.1",
63 "html-webpack-plugin": "^3.2.0",
64 "http-proxy-middleware": "^0.17.4",
65 "karma": "^3.1.1",
66 "karma-chai": "^0.1.0",
67 "karma-coverage": "^1.1.1",
68 "karma-mocha": "^1.3.0",
69 "karma-sourcemap-loader": "^0.3.7",
70 "karma-spec-reporter": "^0.0.31",
71 "karma-webpack": "^2.0.5",
72 "less-loader": "^4.1.0",
73 "lodash": "^4.17.11",
74 "mini-css-extract-plugin": "^0.4.4",
75 "mocha": "^4.0.1",
76 "opn": "^5.1.0",
77 "optimize-css-assets-webpack-plugin": "^5.0.1",
78 "ora": "^3.0.0",
79 "postcss-loader": "^2.0.8",
80 "standard": "^10.0.3",
81 "style-loader": "^0.19.0",
82 "stylus": "^0.54.5",
83 "stylus-loader": "^3.0.1",
84 "uglify-js": "^3.1.4",
85 "uglifyjs-webpack-plugin": "^2.0.1",
86 "url-loader": "^0.6.2",
87 "vue-loader": "^15.4.2",
88 "vue-router": "^3.0.2",
89 "vue-style-loader": "^4.1.0",
90 "webpack": "^4.25.0",
91 "webpack-bundle-analyzer": "^2.9.0",
92 "webpack-dev-middleware": "^3.4.0",
93 "webpack-hot-middleware": "^2.20.0",
94 "webpack-manifest-plugin": "^1.3.2"
95 },
96 "devDependencies": {
97 "axios": "^0.16.2",
98 "less": "^3.8.1",
99 "vue": "2.5.2",
100 "vue-template-compiler": "2.5.2"
101 }
102}