-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1.24 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
36
37
38
{
"name": "pvtlsalientchild",
"version": "0.1.0",
"description": "PVTL Child Theme for the Salient Theme: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266",
"license": "MIT",
"main": "webpack.mix.js",
"scripts": {
"install": "npm run production",
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"lint-js": "./node_modules/.bin/eslint -c .eslintrc.js assets/js/*.js assets/js/**/*.js"
},
"dependencies": {
"jquery": "^3.7.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.27",
"sass": "^1.64.1",
"sass-loader": "^12.1.0",
"webpack": "^5.88.2"
}
}