-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.34 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
{
"name": "shopify-lm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"clean": "rm -rf ./assets/app.css && rm -rf ./assets/app.js && rm -rf ./mix-manifest.json && rm -rf ./assets/vendor.js",
"dev": "npm run clean && concurrently \"npm run development -- --watch\" \"theme watch --notify=/var/tmp/theme_ready \" --names \"📦,🛍\" --prefix name",
"deploy": "npm run clean && npm run production && theme deploy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.0.1",
"concurrently": "^5.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"laravel-mix": "^5.0.4",
"mix-tailwindcss": "^1.2.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"jquery": "^3.5.1",
"lazysizes": "^5.2.0",
"swiper": "^5.4.0",
"tailwindcss": "^1.4.6"
}
}