UNPKG

1.3 kBJSONView Raw
1{
2 "name": "@e2/web-compiler",
3 "version": "1.0.195",
4 "engines": {
5 "node": ">=6.0.0"
6 },
7 "description": "Enterprise Web Application Stack",
8 "bin": {
9 "web-compiler": "./bin/standalone"
10 },
11 "main": "lib/index.js",
12 "module": "lib/index.esm.js",
13 "typings": "lib/index.d.ts",
14 "files": [
15 "bin",
16 "lib",
17 "README.md",
18 "COPYRIGHT"
19 ],
20 "author": "Ling Zhang",
21 "dependencies": {
22 "agentstack": "^1.2.22",
23 "autoprefixer": "^8.3.0",
24 "babel-core": "^6.0.0",
25 "babel-loader": "^7.1.4",
26 "babel-preset-minify": "^0.4.0",
27 "css-loader": "^0.28.11",
28 "extract-text-webpack-plugin": "^3.0.2",
29 "file-loader": "^1.1.11",
30 "fs-extra": "^5.0.0",
31 "html-webpack-externals-plugin": "^3.7.0",
32 "html-webpack-plugin": "^2.30.1",
33 "rollup": "^0.58.1",
34 "rollup-plugin-babel-minify": "^4.0.0",
35 "rollup-plugin-typescript2": "^0.13.0",
36 "stylus": "^0.54.5",
37 "stylus-loader": "^3.0.2",
38 "sw-precache-webpack-plugin": "^0.11.5",
39 "ts-loader": "^3.5.0",
40 "url-loader": "^1.0.1",
41 "vue-loader": "^14.2.2",
42 "vue-style-loader": "^4.1.0",
43 "vue-template-compiler": "^2.5.16",
44 "webpack": "^3.11.0",
45 "webpack-bundle-analyzer": "^2.11.1",
46 "webpack-merge": "^4.1.2",
47 "webpack-node-externals": "^1.7.2"
48 }
49}