-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.57 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.57 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
42
43
{
"name": "AirThemeOne",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@glidejs/glide": "^3.4.1",
"@shopify/theme-addresses": "^4.0.2",
"@shopify/theme-predictive-search": "^4.0.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"alpinejs": "^2.6.0",
"autoprefixer": "^10.0.2",
"cross-env": "^7.0.2",
"laravel-mix": "^6.0.9",
"lazysizes": "^5.2.2",
"postcss": "^8.1.7",
"sass": "^1.26.10",
"sass-loader": "10.0.1",
"tailwindcss": "^2.0.1",
"vue-template-compiler": "^2.6.12"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/airthemeone/Shopify.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/airthemeone/Shopify/issues"
},
"homepage": "https://github.com/airthemeone/Shopify#readme"
}