|
2 | 2 | "name": "shopify-theme-lab",
|
3 | 3 | "description": "Customizable modular development environment for blazing-fast Shopify theme creation",
|
4 | 4 | "author": "Sergej Samsonenko",
|
5 |
| - "version": "4.1.1", |
| 5 | + "version": "4.2.0", |
6 | 6 | "license": "MIT",
|
7 | 7 | "scripts": {
|
8 | 8 | "start": "run-p -sr shopify:serve webpack:watch",
|
|
22 | 22 | "fix:shopify": "cd shopify && shopify theme check -a"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "tailwindcss": "^2.2.7", |
26 |
| - "vue": "^3.1.5", |
| 25 | + "tailwindcss": "^2.2.15", |
| 26 | + "vue": "^3.2.11", |
27 | 27 | "vuex": "^4.0.2"
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 |
| - "@babel/core": "^7.14.8", |
31 |
| - "@babel/plugin-transform-runtime": "^7.14.5", |
32 |
| - "@babel/preset-env": "^7.14.9", |
33 |
| - "@vue/compiler-sfc": "^3.1.5", |
34 |
| - "autoprefixer": "^10.3.1", |
| 30 | + "@babel/core": "^7.15.5", |
| 31 | + "@babel/plugin-transform-runtime": "^7.15.0", |
| 32 | + "@babel/preset-env": "^7.15.6", |
| 33 | + "@vue/compiler-sfc": "^3.2.11", |
| 34 | + "autoprefixer": "^10.3.4", |
35 | 35 | "babel-loader": "^8.2.2",
|
36 |
| - "clean-webpack-plugin": "^3.0.0", |
| 36 | + "clean-webpack-plugin": "^4.0.0", |
37 | 37 | "cross-env": "^7.0.3",
|
38 | 38 | "css-loader": "^6.2.0",
|
39 | 39 | "css-minimizer-webpack-plugin": "^3.0.2",
|
40 | 40 | "eslint": "^7.32.0",
|
41 |
| - "eslint-plugin-vue": "^7.15.0", |
| 41 | + "eslint-plugin-vue": "^7.17.0", |
42 | 42 | "eslint-webpack-plugin": "^3.0.1",
|
43 |
| - "mini-css-extract-plugin": "^2.1.0", |
| 43 | + "mini-css-extract-plugin": "^2.3.0", |
44 | 44 | "npm-run-all": "^4.1.5",
|
45 | 45 | "postcss": "^8.3.6",
|
46 | 46 | "postcss-import": "^14.0.2",
|
47 | 47 | "postcss-loader": "^6.1.1",
|
48 |
| - "postcss-preset-env": "^6.7.0", |
49 | 48 | "stylelint": "^13.13.1",
|
50 | 49 | "stylelint-config-recommended": "^5.0.0",
|
51 | 50 | "stylelint-webpack-plugin": "^3.0.1",
|
52 | 51 | "url-loader": "^4.1.1",
|
53 |
| - "vue-loader": "^16.4.1", |
54 |
| - "webpack": "^5.48.0", |
55 |
| - "webpack-cli": "^4.7.2", |
| 52 | + "vue-loader": "^16.5.0", |
| 53 | + "webpack": "^5.52.1", |
| 54 | + "webpack-cli": "^4.8.0", |
56 | 55 | "webpack-merge": "^5.8.0"
|
57 | 56 | }
|
58 | 57 | }
|
0 commit comments