forked from jeremykenedy/laravel-spa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.99 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"private": true,
"scripts": {
"dev": "vite --mode=development",
"build": "vite build",
"preview": "vite preview",
"optimize": "vite optimize",
"lint": "eslint --fix resources/js/ --ext .js,.vue",
"clean": "prettier . --write",
"prod": "npm install && npm update && eslint --fix resources/js/ --ext .js,.vue && prettier . --write && node --max_old_space_size=16384 ./node_modules/vite/bin/vite.js optimize && ./node_modules/vite/bin/vite.js build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@headlessui/vue": "^1.7.8",
"@sentry/tracing": "^7.34.0",
"@sentry/vue": "^7.38.0",
"@vueform/multiselect": "^2.5.6",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.29.4",
"save-dev": "^0.0.1-security",
"terser": "^5.16.4",
"toasty": "^6.0.3",
"vform": "^2.1.2",
"vite-plugin-static-copy": "^0.13.0",
"vue": "^3.2.38",
"vue-axios": "^3.5.2",
"vue-github-button": "^3.1.0",
"vue-html-secure": "^1.0.10",
"vue-konami-code": "^1.0.0",
"vue-loader": "^17.0.0",
"vue-router": "^4.1.5",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0",
"vuex-shared-mutations": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"@heroicons/vue": "^2.0.14",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@plugin-web-update-notification/vite": "^1.0.1",
"@popperjs/core": "^2.11.6",
"@rushstack/eslint-patch": "^1.1.4",
"@sentry/vite-plugin": "^0.4.0",
"@tailwindcss/aspect-ratio": "^0.4.1",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.1",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.11.18",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-legacy": "^4.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.8",
"axios": "^1.3.1",
"babel-loader": "^9.1.0",
"chart.js": "^4.2.0",
"core-js": "^3.27.2",
"cross-env": "^7.0.3",
"easter-egg-collection": "^1.4.56",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-vue": "^9.4.0",
"html-webpack-plugin": "^5.5.0",
"js-cookie": "^3.0.1",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.21",
"nodemon": "^2.0.20",
"postcss": "^8.4.20",
"postcss-nesting": "^11.0.1",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.2.2",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.58.0",
"sass-loader": "^13.0.2",
"stylelint": "^14.16.1",
"stylelint-webpack-plugin": "^3.3.0",
"tailwindcss": "^3.1.8",
"tw-elements": "^1.0.0-alpha13",
"typescript": "^4.9.5",
"universal-social-auth": "^0.2.6",
"v-tables-3": "^0.4.7",
"vite": "^4.0.2",
"vite-plugin-chunk-split": "^0.4.7",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-inspect": "^0.7.15",
"vite-plugin-manifest-sri": "^0.1.0",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-pages-sitemap": "^1.4.5",
"vite-plugin-pwa": "^0.14.0",
"vite-plugin-stylelint": "^4.1.8",
"vue-content-loader": "^2.0.1",
"vue-gtag-next": "^1.14.0",
"vue-sweetalert2": "^5.0.5",
"vue-tippy": "^6.0.0"
}
}