-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·31 lines (31 loc) · 1.06 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
{
"private": true,
"scripts": {
"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",
"prettier": "prettier --cache --write 'resources/assets/{**/*,*}.{js,vue,css,less,scss,gql,graphql}'",
"prettier:ci": "prettier --check 'resources/assets/{**/*,*}.{js,vue,css,less,scss,gql,graphql}'"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "6.7.2",
"@popperjs/core": "^2.11.2",
"@selectize/selectize": "^0.13.4",
"@sentry/browser": "^7.108.0",
"bootstrap": "5.2.*",
"chart.js": "^2.9.4",
"jquery": "^3.5.1",
"jquery-ui": "^1.13.1",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.4",
"prettier": "^2.5.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^13.0.2",
"sifter": "^0.5.4"
}
}