-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 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
38
39
40
41
{
"name": "webpack-shopify-cli",
"version": "1.0.0",
"description": "Webpack with Shopify CLI",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"webpack": "yarn install && webpack --watch --progress",
"shopify": "cd dist && shopify theme serve"
},
"author": "Mike Salvati",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@shopify/eslint-plugin": "^41.2.1",
"alpinejs": "^3.9.6",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^7.32.0",
"eslint-webpack-plugin": "^3.0.1",
"glob": "^7.1.7",
"mini-css-extract-plugin": "^2.3.0",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"prettier": "^2.4.0",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"style-loader": "^3.2.1",
"swiper": "^8.1.4",
"tailwindcss": "^3.0.24",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}