-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.07 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0",
"browser-sync": "^2.0",
"browser-sync-webpack-plugin": "^2.3.0",
"copy-webpack-plugin": "^12.0",
"eslint": "^8.0",
"eslint-config-standard": "^17.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"laravel-mix": "^6.0.49",
"prettier": "^3.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.54.5",
"sass-loader": "^14.0",
"semantic-release": "^24.0",
"stylelint": "^16.3",
"stylelint-config-standard-scss": "^13.0",
"stylelint-scss": "^6.2"
}
}