-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.18 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
{
"name": "webpack-injector",
"version": "0.3.1",
"description": "Webpack Injector - webpack config on steroids",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint ./index.js ./lib/**/*.js --fix --cache --cache-location ./.cache/.eslintcache",
"wip": "node webpack.injector.dev.js",
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --config=webpack.injector.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WezomAgency/webpack-injector.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/WezomAgency/webpack-injector/issues"
},
"homepage": "https://github.com/WezomAgency/webpack-injector#readme",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.5",
"babel-loader-exclude-node-modules-except": "^1.0.1",
"browser-sync": "^2.26.3",
"browser-sync-dev-hot-webpack-plugin": "^0.2.2",
"browser-sync-webpack-plugin": "^2.2.2",
"chalk": "^2.4.2",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"del": "^3.0.0",
"file-loader": "^3.0.1",
"from-cwd": "^1.0.0",
"lodash": "^4.17.11",
"lodash.merge": "^4.6.1",
"mini-css-extract-plugin": "^0.5.0",
"mkdirp": "^0.5.1",
"node-notifier": "^5.3.0",
"node-sass": "^4.11.0",
"normalize-path": "^3.0.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svg-spritemap-webpack-plugin": "^3.2.0",
"url-loader": "^1.1.2",
"webpack": "^4.28.4",
"webpack-build-notifier": "^0.1.30",
"webpack-cli": "^3.2.1",
"webpack-dev-middleware": "^3.5.0",
"webpack-hot-middleware": "^2.24.3",
"write-file-webpack-plugin": "^4.5.0",
"yargs": "^12.0.5"
},
"devDependencies": {
"autoprefixer": "^9.4.4",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.8",
"eslint": "^5.12.0",
"eslint-config-wezom-relax": "^1.0.3",
"json5-loader": "^1.0.1",
"sort-css-media-queries": "^1.4.3"
}
}