forked from wttech/gradle-aem-multi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 KB
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
{
"license": "UNLICENSED",
"scripts": {
"buildPublish": "cd src/main/content/jcr_root/apps/example/sites/clientlibs/page/publish/src && webpack --mode=production",
"devPublish": "cd src/main/content/jcr_root/apps/example/sites/clientlibs/page/publish/src && webpack --mode=development"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "8.0.2",
"css-loader": "1.0.0",
"cssnano": "^4.1.0",
"glob": "^7.1.3",
"happypack": "^5.0.0",
"hard-source-webpack-plugin": "^0.12.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "0.4.2",
"node-sass": "4.9.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss": "^7.0.2",
"postcss-focus": "^4.0.0",
"postcss-loader": "^3.0.0",
"postcss-reporter": "^6.0.0",
"postcss-syntax": "^0.34.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.0",
"stylelint": "^9.5.0",
"stylelint-config-recommended": "^2.1.0",
"webpack": "4.17.2",
"webpack-cli": "3.1.0",
"webpack-merge": "^4.1.4",
"webpack-mode": "^1.0.1"
},
"dependencies": {
"path": "0.12.7"
}
}