-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.97 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
{
"name": "THEME_NAME",
"version": "1.0.0",
"description": "Webpack configuration for THEME_NAME Drupal 9 theme",
"author": "Druid",
"license": "MIT",
"repository": "github:druidfi/PROJECT",
"scripts": {
"dev": "webpack --progress --mode development --config webpack.config.dev.js --watch",
"build": "webpack -p --progress --mode production --config webpack.config.build.js",
"postinstall": "find node_modules/ -name \"*.info\" -type f -delete"
},
"browserslist": [
"last 2 versions",
"> 1%",
"ie > 10",
"iOS > 9"
],
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/preset-env": "^7.10.3",
"autoprefixer": "^9.8.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-minify-webpack-plugin": "^0.3.1",
"breakpoint-sass": "^2.7.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^6.0.2",
"css-loader": "^1.0.0",
"csscomb": "4.2.0",
"es6-promise": "^4.1.1",
"eslint": "5.7.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-drupal-bundle": "^1.0.2",
"eslint-import-resolver-webpack": "0.10.1",
"eslint-plugin-import": "2.14.0",
"expose-loader": "^0.7.5",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^7.0.1",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"svg-inline-loader": "^0.8.0",
"svg-spritemap-webpack-plugin": "^3.5.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-fix-style-only-entries": "^0.4.0",
"webpack-merge": "^4.1.4",
"webpack-modernizr-loader": "^4.0.1",
"webpack-notifier": "^1.6.0"
},
"dependencies": {
"glob": "^7.1.6",
"modernizr": "^3.11.2",
"node-sass-glob-importer": "^5.3.0",
"normalize.css": "^8.0.0"
}
}