forked from brian-gonzalez/commerce-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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
{
"name": "@borngroup/born-build",
"description": "Build tool for storefronts",
"keywords": [
"build",
"tool",
"compile",
"js",
"scss",
"webpack",
"sfcc",
"demandware",
"sfra",
"storefront",
"magento",
"e-commerce"
],
"version": "2.1.0",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/brian-gonzalez/born-build"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"cssnano": "^4.1.7",
"dw-utils": "^1.3.137",
"eslint": "^7.19.0",
"eslint-config-idiomatic": "^4.0.0",
"eslint-webpack-plugin": "^2.4.3",
"glob": "^7.1.6",
"mini-css-extract-plugin": "^1.3.5",
"minimist": "^1.2.5",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.6",
"postcss-css-variables": "^0.17.0",
"postcss-loader": "^4.2.0",
"revolver-webpack-plugin": "^1.0.4",
"sass-loader": "^10.1.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.1.1",
"webpack-fix-style-only-entries": "^0.1.0",
"webpack-merge": "^4.2.1"
}
}