-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
53 lines (53 loc) · 1.64 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "bdgt",
"author": "Sara Bine",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"format": "prettier --write 'resources/**/*.{js,vue}'",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"prepare": "husky install"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"semi": false,
"tabWidth": 2,
"trailingComma": "es5"
},
"lint-staged": {
"**/*.{js,vue}": "prettier --write --ignore-unknown"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3",
"@fortawesome/free-regular-svg-icons": "^6.0",
"@fortawesome/free-solid-svg-icons": "^6.0",
"@fortawesome/vue-fontawesome": "^2.0",
"@kirschbaum-development/laravel-translations-loader": "^1.3",
"apexcharts": "^3.33",
"axios": "^0.25",
"cross-env": "^7.0",
"dayjs": "^1.10",
"husky": "^7.0.4",
"laravel-mix": "^6.0.6",
"lint-staged": "^12.3.7",
"prettier": "2.6.2",
"resolve-url-loader": "^5.0",
"tailwindcss": "^3.0.23",
"v-calendar": "^1.0.8",
"vue": "^2.6.14",
"vue-apexcharts": "^1.6",
"vue-cal": "^1.63.0",
"vue-clickaway": "^2.2.2",
"vue-i18n": "^8.22.1",
"vue-loader": "^15.9.8",
"vue-slider-component": "^3.2.7",
"vue-tables-2": "^2.3.0",
"vue-template-compiler": "^2.6.14"
}
}