UNPKG

3.24 kBJSONView Raw
1{
2 "name": "sm-webpack-config",
3 "version": "1.0.0",
4 "description": "Webpack Configuration With Vue, Babel & Hot Reloading",
5 "main": "webpack.config.js",
6 "repository": "smartprix/sm-webpack-config",
7 "directories": {
8 "test": "test"
9 },
10 "scripts": {
11 "test": "npm run lint && npm run test-only",
12 "lint": "eslint src"
13 },
14 "author": "Hitesh Khandelwal <hitesh@smartprix.com> (http://www.smartprix.com/)",
15 "license": "ISC",
16 "dependencies": {
17 "@babel/cli": "^7.0.0",
18 "@babel/core": "^7.0.0",
19 "@babel/node": "^7.0.0",
20 "@babel/plugin-proposal-class-properties": "^7.0.0",
21 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
22 "@babel/plugin-proposal-optional-chaining": "^7.0.0",
23 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
24 "@babel/plugin-syntax-import-meta": "^7.0.0",
25 "@babel/plugin-syntax-jsx": "^7.0.0",
26 "@babel/plugin-transform-runtime": "^7.0.0",
27 "@babel/preset-env": "^7.0.0",
28 "@babel/preset-stage-3": "^7.0.0",
29 "@babel/register": "^7.0.0",
30 "@babel/runtime": "^7.0.0",
31 "address": "^1.0.3",
32 "babel-helper-vue-jsx-merge-props": "^2.0.3",
33 "babel-loader": "8.0.1",
34 "babel-plugin-jsx-v-model": "^2.0.3",
35 "babel-plugin-transform-imports": "^1.5.0",
36 "babel-plugin-transform-vue-jsx": "^4.0.1",
37 "cache-loader": "^1.2.2",
38 "caniuse-lite": "^1.0.30000883",
39 "chalk": "^2.4.1",
40 "clean-webpack-plugin": "^0.1.19",
41 "cliui": "^4.1.0",
42 "copy-webpack-plugin": "^4.5.2",
43 "css-loader": "^1.0.0",
44 "css-mqpacker": "^7.0.0",
45 "eslint": "*",
46 "eslint-config-smartprix": "*",
47 "eslint-friendly-formatter": "^4.0.1",
48 "eslint-loader": "^2.1.0",
49 "file-loader": "^2.0.0",
50 "friendly-errors-webpack-plugin": "^1.7.0",
51 "ghost-progress-webpack-plugin": "^0.1.0",
52 "hash-sum": "^1.0.2",
53 "html-webpack-plugin": "^3.2.0",
54 "imports-loader": "^0.8.0",
55 "json-loader": "^0.5.7",
56 "launch-editor-middleware": "^2.2.1",
57 "lodash": "*",
58 "mini-css-extract-plugin": "^0.4.2",
59 "node-notifier": "^5.2.1",
60 "opn": "^5.3.0",
61 "optimize-css-assets-webpack-plugin": "^5.0.1",
62 "postcss": "^7.0.2",
63 "postcss-at-rules-variables": "^0.1.6",
64 "postcss-conditionals": "^2.1.0",
65 "postcss-each": "^0.10.0",
66 "postcss-extend": "^1.0.5",
67 "postcss-for": "^2.1.1",
68 "postcss-import": "^12.0.0",
69 "postcss-loader": "^3.0.0",
70 "postcss-mixins": "^6.2.0",
71 "postcss-nested": "^3.0.0",
72 "postcss-preset-env": "^5.3.0",
73 "postcss-simple-vars": "^4.1.0",
74 "postcss-utilities": "^0.8.0",
75 "rollup": "^0.65.0",
76 "rollup-plugin-babel": "^4.0.2",
77 "rollup-plugin-uglify": "^5.0.2",
78 "saladcss-bem": "^0.0.2",
79 "terser-webpack-plugin": "^1.0.2",
80 "url-loader": "^1.1.1",
81 "vue": "*",
82 "vue-loader": "^15.4.1",
83 "vue-style-loader": "^4.1.2",
84 "vue-template-compiler": "*",
85 "webpack": "^4.17.1",
86 "webpack-bundle-analyzer": "^2.13.1",
87 "webpack-dev-server": "^3.1.7",
88 "webpack-merge": "^4.1.4"
89 },
90 "devDependencies": {},
91 "eslintConfig": {
92 "extends": "smartprix",
93 "rules": {}
94 },
95 "config": {
96 "ghooks": {
97 "pre-commit": "npm run build && npm test && npm run check-coverage"
98 }
99 }
100}