-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
31 lines (31 loc) · 1019 Bytes
/
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
{
"name": "tweeks-for-elementor",
"version": "1.0.6",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "NODE_ENV=development webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack --watch --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "NODE_ENV=production webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"rmdist": "rimraf dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.*",
"browser-sync-webpack-plugin": "2.*",
"laravel-mix": "^6.0.27",
"sass": "^1.26.10",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"axios": "^0.21.2",
"intl-tel-input": "^17.0.3"
}
}